From c85bff235df6beae4da93b308662a9e31a77497c Mon Sep 17 00:00:00 2001 From: GeorgeCaoJ Date: Fri, 15 Nov 2024 09:01:38 +0800 Subject: [PATCH] fix(i18n): handle key naming error (#10713) --- web/i18n/pt-BR/app-log.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/i18n/pt-BR/app-log.ts b/web/i18n/pt-BR/app-log.ts index 96e604c49e..03f5bc981f 100644 --- a/web/i18n/pt-BR/app-log.ts +++ b/web/i18n/pt-BR/app-log.ts @@ -86,8 +86,8 @@ const translation = { agenteLogDetail: { agentMode: 'Modo Agente', toolUsed: 'Ferramenta usada', - iterações: 'Iterações', - iteração: 'Iteração', + iterations: 'Iterações', + iteration: 'Iteração', finalProcessing: 'Processamento Final', }, agentLogDetail: {