From 39bfb575da8fba9dbb04f28435c7e98e69dca1ab Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 14 Mar 2022 11:18:14 +0000 Subject: [PATCH] Improve message wording. --- web/pgadmin/authenticate/mfa/email.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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." ), )