Skip to content

Commit 9e97805

Browse files
authored
fix: rename library publish button to "Publish All" (#2016)
renames the Library publish button from "Publish All Changes" to "Publish All"
1 parent 279a900 commit 9e97805

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/library-authoring/library-info/messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const messages = defineMessages({
7878
},
7979
publishLibraryButtonLabel: {
8080
id: 'course-authoring.library-authoring.library.publishLibraryButtonLabel',
81-
defaultMessage: 'Publish All Changes',
81+
defaultMessage: 'Publish All',
8282
description: 'Button text for publish library button',
8383
},
8484
});

0 commit comments

Comments
 (0)