Browse Source

fix(i18n): handle key naming error (#10713)

tags/0.11.2
GeorgeCaoJ 11 months ago
parent
commit
c85bff235d
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      web/i18n/pt-BR/app-log.ts

+ 2
- 2
web/i18n/pt-BR/app-log.ts View File

@@ -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: {

Loading…
Cancel
Save