diff --git a/web/pgadmin/authenticate/mfa/email.py b/web/pgadmin/authenticate/mfa/email.py index 0843070f6..b230a65f3 100644 --- a/web/pgadmin/authenticate/mfa/email.py +++ b/web/pgadmin/authenticate/mfa/email.py @@ -234,8 +234,9 @@ class EmailAuthentication(BaseMFAuth): email_address=email, note_label=_("Note"), note=_( - "This email address will only be used by the authentication " - "purpose. It will not update the user's email address." + "This email address will only be used for two factor " + "authentication purposes. The email address for the user " + "account will not be changed." ), )