fix: change text of exisint email message (#34954)
Description: Change text of existing email message VAN-1939
This commit is contained in:
@@ -61,7 +61,7 @@ EMAIL_CONFLICT_MSG = _(
|
||||
"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."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user