fix: Remove edX-specific reference

Remove edx-Specific reference from email confirmation banner.
This commit is contained in:
Adolfo R. Brandes
2024-06-10 10:40:17 -03:00
committed by Adolfo R. Brandes
parent 3becef3468
commit e94dd56fb1
2 changed files with 2 additions and 2 deletions

View File

@@ -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",
}

View File

@@ -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',