Added aria-label attribute wherever missing for accessibility.

This commit is contained in:
Nagesh Dhope
2020-01-01 10:37:17 +05:30
committed by Akshay Joshi
parent 37f76142fb
commit 8c4dff057f
13 changed files with 27 additions and 10 deletions

View File

@@ -47,6 +47,7 @@ export class RestoreDialogWrapper extends DialogWrapper {
name: 'dialog_help',
type: 'button',
label: gettext('Restore'),
'aria-label': gettext('Help'),
url: url_for('help.static', {
'filename': 'restore_dialog.html',
}),