Skip to content

Commit 2ee751f

Browse files
committed
refactor: update migration alert text
1 parent a6a4ac3 commit 2ee751f

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

src/legacy-libraries-migration/messages.ts

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,18 @@ const messages = defineMessages({
6565
id: 'legacy-libraries-migration.select-destination.alert.text',
6666
defaultMessage: 'All content from the'
6767
+ ' {count, plural, one {{count} legacy library} other {{count} legacy libraries}} you selected will'
68-
+ ' be migrated to this new library, organized into collections. Any legacy libraries that are used in'
69-
+ ' problem banks will maintain their link with migrated content the first time they are migrated.',
68+
+ ' be migrated to this new library, organized into collections. Legacy library content used in courses will'
69+
+ ' continue to work as-is. To receive any future changes to migrated content, you must update these'
70+
+ ' references within your course.',
7071
description: 'Alert text in the select destination step of the legacy libraries migration page.',
7172
},
7273
confirmationViewAlert: {
7374
id: 'legacy-libraries-migration.select-destination.alert.text',
74-
defaultMessage: 'These {count, plural, one {{count} legacy library} other {{count} legacy libraries}}'
75-
+ ' will be migrated to <b>{libraryName}</b> and organized as collections. Legacy library content used'
76-
+ ' in courses will continue to work as-is. To receive any future changes to migrated content,'
77-
+ ' you must update these references within your course.',
75+
defaultMessage: 'All content from the'
76+
+ ' {count, plural, one {{count} legacy library} other {{count} legacy libraries}} you selected will'
77+
+ ' be migrated to <b>{libraryName}</b>, organized into collections. Legacy library content used in courses will'
78+
+ ' continue to work as-is. To receive any future changes to migrated content, you must update these'
79+
+ ' references within your course.',
7880
description: 'Alert text in the confirmation step of the legacy libraries migration page.',
7981
},
8082
previouslyMigratedAlert: {

0 commit comments

Comments
 (0)