From 40c54bd7879203fa021d10c4036b19fc98b77aef Mon Sep 17 00:00:00 2001 From: "Pedro.js" Date: Thu, 25 Jul 2024 03:39:36 -0300 Subject: [PATCH] fix: untranslated string in Brazilian portuguese This commit fixes the missing translations for Brazilian portuguese. Signed-off-by: Pedro.js --- webroot/lang/pt_BR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/lang/pt_BR.json b/webroot/lang/pt_BR.json index 832bfd4..fe62d8c 100644 --- a/webroot/lang/pt_BR.json +++ b/webroot/lang/pt_BR.json @@ -14,7 +14,7 @@ "header": "Escolha sua nova lĂ­ngua" }, "theme": { - "header": "Choose your new theme", + "header": "Escolha o seu novo tema", "dark": "Escuro", "light": "Claro", "system": "Baseado no do sistema"