From 0a2d3130e05f0b5fad68773b77d4712309c0f355 Mon Sep 17 00:00:00 2001 From: brunosfg <88198838+brunosfg@users.noreply.github.com> Date: Mon, 6 Feb 2023 04:50:59 -0300 Subject: [PATCH] Wrong Translation (#6384) The "open action" translation would be "Abrir" (verb) instead of "Abertas" (which is the adjective). --- app/javascript/dashboard/i18n/locale/pt_BR/conversation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/conversation.json b/app/javascript/dashboard/i18n/locale/pt_BR/conversation.json index 5a1d157db..698eb2c47 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/conversation.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/conversation.json @@ -48,7 +48,7 @@ "HEADER": { "RESOLVE_ACTION": "Resolver", "REOPEN_ACTION": "Reabrir", - "OPEN_ACTION": "Abertas", + "OPEN_ACTION": "Abrir", "OPEN": "Mais", "CLOSE": "Fechar", "DETAILS": "detalhes",