Switch to using Beerpong terms in group tables

This commit is contained in:
Daniel Schädler 2022-07-01 13:50:02 +02:00
parent 2d525eb576
commit f9686f4428
Signed by: Malaber
GPG Key ID: 4BB175A9617E4B11
2 changed files with 4 additions and 4 deletions

View File

@ -22,8 +22,8 @@ export class DominanceShower extends React.Component {
<td className="h4 text-danger text-right pb-0">{this.props.stats.points_received}</td>
</tr>
<tr>
<td className="smaller pt-0">Punkte erzielt</td>
<td className="text-right smaller pt-0">Punkte kassiert</td>
<td className="smaller pt-0">Becher geworfen</td>
<td className="text-right smaller pt-0">Becher kassiert</td>
</tr>
</tbody>
</Table>

View File

@ -79,8 +79,8 @@ function GroupScoresTable(props) {
<tr>
<th>Team</th>
<th>Punkte</th>
<th>erzielt</th>
<th>kassiert</th>
<th>Becher geworfen</th>
<th>Becher kassiert</th>
</tr>
</thead>
<tbody>