summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2020-08-27 01:23:45 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-09-09 19:22:01 +0300
commitd2ac76d7922fff243174ee50ab05020a5064aa6e (patch)
tree3e9b64191eb6c12cfa38dacbdef7f74638b84d00 /src/locales
parent4afe2f762cf7f567579bcd3b03c9023c79b535fc (diff)
downloadwebui-vue-d2ac76d7922fff243174ee50ab05020a5064aa6e.tar.xz
Add title attribute to all icon only buttons
- Title attribute allows action text to be displayed on hover - Carets in hardware status table will be addressed in a separate commit as part of Hardware status accessibility updates Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I58a85b6d244d1125f0b43c22d0bb456a36815097
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en-US.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 07eae3de..de6dfce6 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -19,6 +19,7 @@
"selected": "Selected"
},
"ariaLabel": {
+ "hidePassword": "Hide password",
"showPassword": "Show password as plain text. Note: this will visually expose your password on the screen.",
"tooltip": "Tooltip",
"progressBar": "Page loading progress bar"