Skip to content

Commit 7ebf349

Browse files
authored
fix: "Back up" is two words when used as a verb (openedx#2706)
There is a new menu item "Backup to local archive". Backup is the correct spelling when using it as a noun or adjective, but the menu item uses as a verb, so it should be two words, back up, i.e. "Back up to local archive" Backports 70c19a3
1 parent 7a1bc39 commit 7ebf349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/header/messages.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ const messages = defineMessages({
103103
},
104104
'header.links.exportLibrary': {
105105
id: 'header.links.exportLibrary',
106-
defaultMessage: 'Backup to local archive',
107-
description: 'Link to Studio Backup Library page',
106+
defaultMessage: 'Back up to local archive',
107+
description: 'Link to Studio Library Backup page',
108108
},
109109
'header.links.optimizer': {
110110
id: 'header.links.optimizer',

0 commit comments

Comments
 (0)