File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
services/app/apps/codebattle
assets/js/widgets/pages/event
priv/gettext/ru/LC_MESSAGES Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ const ParticipantDashboard = () => {
105
105
style = { { minWidth : '15%' } }
106
106
className = "d-none d-lg-flex d-md-flex justify-content-center align-items-center py-3"
107
107
>
108
- { i18n . t ( 'Score' ) }
108
+ { i18n . t ( 'Score/Total ' ) }
109
109
</ div >
110
110
< div
111
111
style = { { minWidth : '15%' } }
@@ -212,7 +212,7 @@ const ParticipantDashboard = () => {
212
212
) }
213
213
>
214
214
< div className = "d-block d-lg-none d-md-none me-2 font-weight-bold" >
215
- { i18n . t ( 'Score' ) }
215
+ { i18n . t ( 'Score/Total ' ) }
216
216
:
217
217
</ div >
218
218
{ stage . winsCount }
Original file line number Diff line number Diff line change @@ -730,7 +730,7 @@ msgstr "Побед"
730
730
msgid "Wins count"
731
731
msgstr "Количество побед"
732
732
733
- msgid "Score"
733
+ msgid "Score/Total "
734
734
msgstr "Количество баллов"
735
735
736
736
msgid "Loses"
You can’t perform that action at this time.
0 commit comments