From 269c36e4ea3634e9caa982289782f0953bcdb3a6 Mon Sep 17 00:00:00 2001 From: Rodrigo Borba Date: Sat, 10 Jan 2026 19:57:08 -0300 Subject: [PATCH] melhorias --- app/javascript/dashboard/i18n/locale/en/integrations.json | 2 +- app/javascript/dashboard/i18n/locale/pt_BR/integrations.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },