refactor: Fix footer aria descriptions

'screensaver' in Aria description messages changed to 'screen reader'
This commit is contained in:
Bernard Szabo
2022-04-11 16:33:19 -04:00
parent 48fcfb0e00
commit 0d60cd97a0

View File

@@ -7,7 +7,7 @@ export const messages = {
cancelButtonAriaLabel: {
id: 'authoring.editorfooter.cancelButton.ariaLabel',
defaultMessage: 'Discard Changes and Return to Learning Context',
description: 'Screensaver label for cancel button',
description: 'Screen reader label for cancel button',
},
cancelButtonLabel: {
id: 'authoring.editorfooter.cancelButton.label',
@@ -17,7 +17,7 @@ export const messages = {
saveButtonAriaLabel: {
id: 'authoring.editorfooter.savebutton.ariaLabel',
defaultMessage: 'Save Changes and Return to Learning Context',
description: 'Screensaver label for save button',
description: 'Screen reader label for save button',
},
saveButtonLabel: {
id: 'authoring.editorfooter.savebutton.label',