Skip to content

Commit

Permalink
fix: change text of exisint email message (openedx#34954)
Browse files Browse the repository at this point in the history
Description:
Change text of existing email message
VAN-1939
  • Loading branch information
ahtesham-quraish committed Jun 10, 2024
1 parent 4608a2b commit e2e7524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/user_api/accounts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"Try again with a different email address."
)
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')
"This email is already associated with an existing account")
RETIRED_EMAIL_MSG = _(
"This email is associated to a retired account."
)
Expand Down

0 comments on commit e2e7524

Please sign in to comment.