From 79214910f173883d7c806a7fb049dc1cfa298220 Mon Sep 17 00:00:00 2001 From: Mikhail Kiselev Date: Fri, 13 Mar 2026 04:20:41 +0300 Subject: [PATCH] fix: update readyToStart label RU/EN --- frontend/src/lib/i18n.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/i18n.js b/frontend/src/lib/i18n.js index 322ef8d..d3e9625 100644 --- a/frontend/src/lib/i18n.js +++ b/frontend/src/lib/i18n.js @@ -44,7 +44,7 @@ export const translations = { noSpeaker: 'Нет спикера', noActiveMeeting: 'Собрание не запущено', goToParticipants: 'Перейдите в раздел Участники, чтобы добавить участников', - readyToStart: 'Всё готово к началу', + readyToStart: 'Всё готово к началу собрания', editParticipants: 'Редактировать участников', noParticipants: 'Участники не добавлены', registeredParticipants: 'Зарегистрированные участники', @@ -223,7 +223,7 @@ export const translations = { noSpeaker: 'No speaker', noActiveMeeting: 'No active meeting', goToParticipants: 'Go to Participants to add participants', - readyToStart: 'Ready to start', + readyToStart: 'Ready to start the meeting', editParticipants: 'Edit participants', noParticipants: 'No participants added', registeredParticipants: 'Registered participants',