Skip to content

Commit 8b7f5f3

Browse files
committed
Ffix
1 parent d5c57af commit 8b7f5f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

services/app/apps/codebattle/assets/js/widgets/pages/event/ParticipantDashboard.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const ParticipantDashboard = () => {
105105
style={{ minWidth: '15%' }}
106106
className="d-none d-lg-flex d-md-flex justify-content-center align-items-center py-3"
107107
>
108-
{i18n.t('Score')}
108+
{i18n.t('Score/Total')}
109109
</div>
110110
<div
111111
style={{ minWidth: '15%' }}
@@ -212,7 +212,7 @@ const ParticipantDashboard = () => {
212212
)}
213213
>
214214
<div className="d-block d-lg-none d-md-none me-2 font-weight-bold">
215-
{i18n.t('Score')}
215+
{i18n.t('Score/Total')}
216216
:
217217
</div>
218218
{stage.winsCount}

services/app/apps/codebattle/priv/gettext/ru/LC_MESSAGES/default.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ msgstr "Побед"
730730
msgid "Wins count"
731731
msgstr "Количество побед"
732732

733-
msgid "Score"
733+
msgid "Score/Total"
734734
msgstr "Количество баллов"
735735

736736
msgid "Loses"

0 commit comments

Comments
 (0)