From 0d96fd9f9e34ee1cde6d320eaea47ab125c64379 Mon Sep 17 00:00:00 2001 From: CMK Date: Mon, 10 Jan 2022 11:20:44 +0800 Subject: [PATCH] chore: add password hint i18n words and a11y hint --- Localization/app.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Localization/app.json b/Localization/app.json index 2edca199..0071f6f9 100644 --- a/Localization/app.json +++ b/Localization/app.json @@ -253,6 +253,12 @@ }, "password": { "placeholder": "password", + "require": "Your password needs at least:", + "character_limit": "8 characters", + "accessibility": { + "checked": "checked", + "unchecked": "unchecked" + }, "hint": "Your password needs at least eight characters" }, "invite": {