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 280c80b3d..6c6bf72e5 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
@@ -318,7 +318,7 @@ export default {
pathName: ChatGatewayRoutesName.GENERAL,
};
const botTemplates = {
- text: this.$t('objects.routing.chatGateways.templates.templates'),
+ text: this.$tc('objects.routing.chatGateways.templates.templates', 2),
value: 'OpenedChatGatewayTemplates',
pathName: ChatGatewayRoutesName.TEMPLATES,
};