From db53237c5c0cf337362a86c6d6c4a87e4dd620cb Mon Sep 17 00:00:00 2001 From: Volodymyr Dekhtyaruk Date: Tue, 30 Apr 2024 14:49:43 +0300 Subject: [PATCH] fix: titles for gateway changed [WTEL-4459] --- .../modules/chat-gateways/components/opened-chat-gateway.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/modules/routing/modules/chat-gateways/components/opened-chat-gateway.vue b/src/modules/routing/modules/chat-gateways/components/opened-chat-gateway.vue index f40112aaf..e94333bc6 100644 --- a/src/modules/routing/modules/chat-gateways/components/opened-chat-gateway.vue +++ b/src/modules/routing/modules/chat-gateways/components/opened-chat-gateway.vue @@ -368,7 +368,7 @@ export default { chatTypeLocale = 'telegramBot.telegramBot'; break; case ChatGatewayProvider.CUSTOM: - chatTypeLocale = 'customChat.customChatGateway'; + chatTypeLocale = 'customChat.customChat'; break; case ChatGatewayProvider.MESSENGER: chatTypeLocale = `${this.chatType}.meta`; @@ -380,8 +380,7 @@ export default { default: return this.$tc('objects.routing.gateways.gateways', 1); } - return this.$t(`objects.routing.chatGateways.${chatTypeLocale}`) - .concat(' ', this.$tc('objects.routing.gateways.gateways', 1)); + return this.$t(`objects.routing.chatGateways.${chatTypeLocale}`); }, path() {