Switch to using Beerpong terms in group tables
This commit is contained in:
parent
2d525eb576
commit
f9686f4428
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue