diff --git a/src/app/locale/en/en.js b/src/app/locale/en/en.js index e597fcfd..f9168308 100644 --- a/src/app/locale/en/en.js +++ b/src/app/locale/en/en.js @@ -30,7 +30,7 @@ export default { messaging: { gateway: 'Gateway', provider: 'Provider ', - dummy: 'There is no messaging options yet', + dummy: 'There are no messaging options yet', messengers: { [ChatGatewayProvider.TELEGRAM_BOT]: 'Telegram Bot', [ChatGatewayProvider.TELEGRAM_APP]: 'Telegram App', diff --git a/src/app/locale/ua/ua.js b/src/app/locale/ua/ua.js index a3208d24..a5db7c45 100644 --- a/src/app/locale/ua/ua.js +++ b/src/app/locale/ua/ua.js @@ -30,7 +30,7 @@ export default { messaging: { gateway: 'Шлюз', provider: 'Провайдер', - dummy: 'Поки ще було текстових діалогів', + dummy: 'Поки ще не було текстових діалогів', messengers: { [ChatGatewayProvider.TELEGRAM_BOT]: 'Telegram Бот', [ChatGatewayProvider.TELEGRAM_APP]: 'Telegram Застосунок',