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>
|
<td className="h4 text-danger text-right pb-0">{this.props.stats.points_received}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td className="smaller pt-0">Punkte erzielt</td>
|
<td className="smaller pt-0">Becher geworfen</td>
|
||||||
<td className="text-right smaller pt-0">Punkte kassiert</td>
|
<td className="text-right smaller pt-0">Becher kassiert</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</Table>
|
</Table>
|
||||||
|
|
|
||||||
|
|
@ -79,8 +79,8 @@ function GroupScoresTable(props) {
|
||||||
<tr>
|
<tr>
|
||||||
<th>Team</th>
|
<th>Team</th>
|
||||||
<th>Punkte</th>
|
<th>Punkte</th>
|
||||||
<th>erzielt</th>
|
<th>Becher geworfen</th>
|
||||||
<th>kassiert</th>
|
<th>Becher kassiert</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue