diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2013-07-27 00:07:54 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-07-27 00:07:54 +0200 |
commit | 14158faf6612b3b6aff191597c34bff6798230df (patch) | |
tree | 17d450b35fda7718ad7324dff94a2efd248c5a7a /template/en/default/account | |
parent | 9c1713d5156cabe1b2de4924d26fd7094d184224 (diff) | |
download | bugzilla-14158faf6612b3b6aff191597c34bff6798230df.tar.gz bugzilla-14158faf6612b3b6aff191597c34bff6798230df.tar.xz |
Bug 494675 - Message describing steps after user requests to change email address is confusing
r=dkl,a=sgreen
Diffstat (limited to 'template/en/default/account')
-rw-r--r-- | template/en/default/account/prefs/prefs.html.tmpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl index 4416c95dd..ae3f9c842 100644 --- a/template/en/default/account/prefs/prefs.html.tmpl +++ b/template/en/default/account/prefs/prefs.html.tmpl @@ -63,8 +63,9 @@ [% IF email_changes_saved %] <p> - An email has been sent to both old and new email - addresses to confirm the change of email address. + In order to confirm your request, we have sent an email to your + new email address. As a precaution, an email has also been sent + to your old address allowing you to cancel this change if needed. </p> [% END %] </div> |