summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-02-20 18:29:58 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-02-22 00:28:11 +0300
commit4ee8d290a5d45ce93419c819a6e7544d3a009b99 (patch)
tree8cfbfcb861adb2d67104b34bf6cb5ab08aa079fc /src/locales
parent8048c9a0c469f04cacc8a777416a707540de90f8 (diff)
downloadwebui-vue-4ee8d290a5d45ce93419c819a6e7544d3a009b99.tar.xz
Create password visibility toggle
Reusable component to show/hide password input fields, added to local user form. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I90fb865e51d99788a225812b057f4d8bacad1bc8
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en.json3
1 files changed, 3 insertions, 0 deletions
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"