Browse Source

Fixed translated variable name

"w" as in "week" was translated into "s" (as in "semana"), which is obviously wrong.
Valentino Stillhardt 1 year ago
parent
commit
0caf04617e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/i18n/locales/pt-BR/translation.json

+ 1 - 1
src/lib/i18n/locales/pt-BR/translation.json

@@ -1,5 +1,5 @@
 {
-	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 's' ou '-1' para não expirar.",
+	"'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' ou '-1' para não expirar.",
 	"(Beta)": "(Beta)",
 	"(e.g. `sh webui.sh --api`)": "(por exemplo, `sh webui.sh --api`)",
 	"(latest)": "(mais recente)",