mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 20:41:46 +00:00
settings: Mention about /emails after sending change email mail.
This commit is contained in:
@@ -126,7 +126,7 @@ def json_change_settings(request, user_profile,
|
||||
return json_error(skipped)
|
||||
|
||||
do_start_email_change_process(user_profile, new_email)
|
||||
result['account_email'] = _("Check your email for a confirmation link.")
|
||||
result['account_email'] = _("Check your email for a confirmation link. ")
|
||||
|
||||
if user_profile.full_name != full_name and full_name.strip() != "":
|
||||
if name_changes_disabled(user_profile.realm):
|
||||
|
||||
Reference in New Issue
Block a user