feat: move hardcoded strings to i18n
This commit is contained in:
@@ -202,7 +202,7 @@
|
||||
meetingActive = true
|
||||
} catch (e) {
|
||||
console.error('Failed to start meeting:', e)
|
||||
alert('Ошибка запуска планёрки: ' + e)
|
||||
alert($t('common.errorStartMeeting') + ': ' + e)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user