mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-28 02:41:49 -05:00
Adds aria-label attrs to buttons without inner text
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user