diff --git a/app/javascript/dashboard/i18n/locale/en/integrations.json b/app/javascript/dashboard/i18n/locale/en/integrations.json index c10ef08..8ef13d0 100755 --- a/app/javascript/dashboard/i18n/locale/en/integrations.json +++ b/app/javascript/dashboard/i18n/locale/en/integrations.json @@ -523,7 +523,7 @@ "CONTENT_LABEL": "Block content", "CONTENT_PLACEHOLDER": "Write the content for this block", "EMPTY_CONTENT": "No content yet", - "CHAR_COUNT": "{{count}} / {{limit}} characters", + "CHAR_COUNT": "{count} / {limit} characters", "LIMIT_WARNING": "Prompt length exceeds the limit for this model.", "CLOSE": "Close" }, diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/integrations.json b/app/javascript/dashboard/i18n/locale/pt_BR/integrations.json index 62fc96a..224d298 100755 --- a/app/javascript/dashboard/i18n/locale/pt_BR/integrations.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/integrations.json @@ -525,7 +525,7 @@ "CONTENT_LABEL": "Conteúdo do bloco", "CONTENT_PLACEHOLDER": "Escreva o conteúdo deste bloco", "EMPTY_CONTENT": "Sem conteúdo", - "CHAR_COUNT": "{{count}} / {{limit}} caracteres", + "CHAR_COUNT": "{count} / {limit} caracteres", "LIMIT_WARNING": "O tamanho do prompt excede o limite para este modelo.", "CLOSE": "Fechar" },