fix: Replace hardcoded 'edx' with platform name. (#29657)
This commit is contained in:
@@ -61,7 +61,8 @@ EMAIL_CONFLICT_MSG = _(
|
||||
"It looks like {email_address} belongs to an existing account. "
|
||||
"Try again with a different email address."
|
||||
)
|
||||
AUTHN_EMAIL_CONFLICT_MSG = _("This email is already associated with an existing or previous edX account")
|
||||
AUTHN_EMAIL_CONFLICT_MSG = _( # pylint: disable=translation-of-non-string
|
||||
f'This email is already associated with an existing or previous {settings.PLATFORM_NAME} account')
|
||||
AUTHN_PASSWORD_COMPROMISED_MSG = _(
|
||||
"The password you entered is on a list of known compromised passwords. Please choose a different one."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user