Skip to content

Commit

Permalink
fix: Remove edX-specific reference
Browse files Browse the repository at this point in the history
Remove edx-Specific reference from email confirmation banner.
  • Loading branch information
arbrandes committed Jun 10, 2024
1 parent 3becef3 commit e94dd56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports[`ConfirmEmailBanner snapshot Show on unverified 1`] = `
<format-message-function
message={
{
"defaultMessage": "Remember to confirm your email so that you can keep learning on edX! {confirmNowButton}.",
"defaultMessage": "Remember to confirm your email so that you can keep learning! {confirmNowButton}.",
"description": "Text for reminding user to confirm email",
"id": "leanerDashboard.confirmEmailTextReminderBanner",
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const messages = defineMessages({
confirmEmailTextReminderBanner: {
id: 'leanerDashboard.confirmEmailTextReminderBanner',
description: 'Text for reminding user to confirm email',
defaultMessage: 'Remember to confirm your email so that you can keep learning on edX! {confirmNowButton}.',
defaultMessage: 'Remember to confirm your email so that you can keep learning! {confirmNowButton}.',
},
verifiedConfirmEmailButton: {
id: 'leanerDashboard.verifiedConfirmEmailButton',
Expand Down

0 comments on commit e94dd56

Please sign in to comment.