summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2020-09-08 22:13:38 +0300
committerDerick Montague <derick.montague@ibm.com>2020-10-05 23:10:23 +0300
commitb53e086876138f065bd0d976432a7eb75d254cd6 (patch)
tree410f5d7947211ff93c295a9ea366be9ac4879cdb /src/locales
parent741f375e22d8e3df13e22a015b9fd4a7999f6903 (diff)
downloadwebui-vue-b53e086876138f065bd0d976432a7eb75d254cd6.tar.xz
Fix hardware status expand button accessiblity
- Aria label added to provide screen readers context for button action - Title added to chevron icon to display label on hover Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ib8c0cef36d7aa61e0b4b0ac7fdabffb7e8a0a17a
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en-US.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index b730b817..0015abc7 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -62,8 +62,10 @@
"informational": "Informational"
},
"table": {
+ "collapseTableRow": "Collapse table row",
"emptyMessage": "No items available",
"emptySearchMessage": "No items match the search query",
+ "expandTableRow": "Expand table row",
"fromDate": "From date",
"items": "%{count} items",
"itemsPerPage": "Items per page",