refactor: Fix footer aria descriptions
'screensaver' in Aria description messages changed to 'screen reader'
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user