From e48527b9becd1d5cc59676b5dd8621c5bb93a695 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Mon, 27 Jun 2022 19:33:44 -0300 Subject: [PATCH] Regression: missing comma on i18n file (#4320) --- app/i18n/locales/pt-BR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/i18n/locales/pt-BR.json b/app/i18n/locales/pt-BR.json index 60c556e4..ef59e82d 100644 --- a/app/i18n/locales/pt-BR.json +++ b/app/i18n/locales/pt-BR.json @@ -759,7 +759,7 @@ "Unsupported_format": "Formato não suportado", "Downloaded_file": "Arquivo baixado", "Error_Download_file": "Erro ao baixar o arquivo", - "error-init-video-conf": "Erro ao iniciar chamada de video" + "error-init-video-conf": "Erro ao iniciar chamada de video", "added__roomName__to_team": "#{{roomName}} adicionada a esta equipe", "Added__username__to_team": "@{{user_added}} adicionado a esta equipe", "Converted__roomName__to_team": "#{{roomName}} convertida em equipe",