File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ exports[`ConfirmEmailBanner snapshot Show on unverified 1`] = `
1010 <format-message-function
1111 message = {
1212 Object {
13- " defaultMessage" : " Remember to confirm your email so that you can keep learning on edX ! {confirmNowButton}." ,
13+ " defaultMessage" : " Remember to confirm your email so that you can keep learning! {confirmNowButton}." ,
1414 " description" : " Text for reminding user to confirm email" ,
1515 " id" : " leanerDashboard.confirmEmailTextReminderBanner" ,
1616 }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const messages = defineMessages({
99 confirmEmailTextReminderBanner : {
1010 id : 'leanerDashboard.confirmEmailTextReminderBanner' ,
1111 description : 'Text for reminding user to confirm email' ,
12- defaultMessage : 'Remember to confirm your email so that you can keep learning on edX ! {confirmNowButton}.' ,
12+ defaultMessage : 'Remember to confirm your email so that you can keep learning! {confirmNowButton}.' ,
1313 } ,
1414 verifiedConfirmEmailButton : {
1515 id : 'leanerDashboard.verifiedConfirmEmailButton' ,
You can’t perform that action at this time.
0 commit comments