Adds aria-label attrs to buttons without inner text

This commit is contained in:
mabashian
2020-03-13 11:11:37 -04:00
parent 7120e92078
commit bd68317cfd
83 changed files with 217 additions and 103 deletions

View File

@@ -11,6 +11,7 @@ function ProjectsStrings (BaseString) {
ROW_ITEM_LABEL_ORGANIZATION: t.s('ORGANIZATION'),
ROW_ITEM_LABEL_MODIFIED: t.s('LAST MODIFIED'),
ROW_ITEM_LABEL_USED: t.s('LAST USED'),
ADD: t.s('Add a new project')
};
ns.update = {

View File

@@ -12,6 +12,7 @@
</smart-search>
<div class="at-List-toolbarAction" ng-show="canAdd">
<button
aria-label="{{:: vm.strings.get('list.ADD')}}"
type="button"
class="at-Button--add"
id="button-add"