From 679ae2991c4a45f71c81d0cba64988eddf96ca23 Mon Sep 17 00:00:00 2001 From: Lera24 Date: Wed, 20 Mar 2024 17:43:58 +0200 Subject: [PATCH] fix: dummy locale in messaging tab[WTEL-4356] --- src/app/locale/en/en.js | 2 +- src/app/locale/ua/ua.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 Застосунок',