diff --git a/frontend/src/pages/LeaderBoard.vue b/frontend/src/pages/LeaderBoard.vue index e5064388..64f3857f 100644 --- a/frontend/src/pages/LeaderBoard.vue +++ b/frontend/src/pages/LeaderBoard.vue @@ -39,7 +39,7 @@
- {{ __('To reach :position place:', { position: nextPosition }) }} + {{`${__('To reach')} ${nextPosition} ${__('position:')}`}}
+{{ pointsToNext }} {{ __('points') }} @@ -125,7 +125,7 @@

- {{ activeGroupLabel }} - Топ {{ currentLeaderboard.length }} + {{ activeGroupLabel }} - {{ __('Top') }} {{ currentLeaderboard.length }}

diff --git a/frontend/src/pages/StudentProfile.vue b/frontend/src/pages/StudentProfile.vue index 2515ccc8..229eef9e 100644 --- a/frontend/src/pages/StudentProfile.vue +++ b/frontend/src/pages/StudentProfile.vue @@ -1,5 +1,5 @@