Skip to content

Commit 4f7a70c

Browse files
committed
[spalenque] - #13856 * change count label in trackchairs
1 parent 3ddff27 commit 4f7a70c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

summit-trackchair-app/ui/source/js/components/pages/Selections.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ class Selections extends React.Component {
3030
<strong>Category</strong>: <CategoryNavigator />
3131
</div>
3232
<div className="col-md-3">
33-
<strong>Count</strong>: {acceptedCount} / {alternateCount}
33+
<strong>Selection Count:</strong>: {acceptedCount} <br/>
34+
<strong>Alternate Count:</strong>: {alternateCount}
3435
</div>
3536
</div>
3637
</div>

0 commit comments

Comments
 (0)