From 4ee8d290a5d45ce93419c819a6e7544d3a009b99 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Thu, 20 Feb 2020 07:29:58 -0800 Subject: Create password visibility toggle Reusable component to show/hide password input fields, added to local user form. Signed-off-by: Yoshie Muranaka Change-Id: I90fb865e51d99788a225812b057f4d8bacad1bc8 --- src/locales/en.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/locales') diff --git a/src/locales/en.json b/src/locales/en.json index d8660027..db3a87bf 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -6,6 +6,9 @@ "on": "on", "off": "off" }, + "ariaLabels": { + "showPassword": "Show password as plain text. Note: this will visually expose your password on the screen." + }, "login": { "language": { "label": "Language" -- cgit v1.2.3