fix: change text of exisint email message (#34954)

Description:
Change text of existing email message
VAN-1939
This commit is contained in:
Blue
2024-06-10 13:09:18 +05:00
committed by GitHub
parent 4608a2b6c1
commit e2e7524720

View File

@@ -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."
)