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',