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 = () => {
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 }
Original file line number Diff line number Diff line change @@ -730,7 +730,7 @@ msgstr "Побед"
730730msgid "Wins count"
731731msgstr "Количество побед"
732732
733- msgid "Score"
733+ msgid "Score/Total "
734734msgstr "Количество баллов"
735735
736736msgid "Loses"
You can’t perform that action at this time.
0 commit comments