Skip to content

Commit

Permalink
fix: dummy locale in messaging tab[WTEL-4356]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lera24 committed Mar 20, 2024
1 parent fcd204c commit 679ae29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/locale/en/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/app/locale/ua/ua.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default {
messaging: {
gateway: 'Шлюз',
provider: 'Провайдер',
dummy: 'Поки ще було текстових діалогів',
dummy: 'Поки ще не було текстових діалогів',
messengers: {
[ChatGatewayProvider.TELEGRAM_BOT]: 'Telegram Бот',
[ChatGatewayProvider.TELEGRAM_APP]: 'Telegram Застосунок',
Expand Down

0 comments on commit 679ae29

Please sign in to comment.