diff options
author | Simon Green <mail@simon.green> | 2016-09-27 11:59:40 +0200 |
---|---|---|
committer | Simon Green <mail@simon.green> | 2016-09-27 11:59:40 +0200 |
commit | df3729597080f59dde63fe6e46164202c6d3e27f (patch) | |
tree | 1ecda3df08d507a4d6eb3be44c619d2aa4e30b7e | |
parent | 2f35cf53661939388be02ff96323bdc1d8f0833e (diff) | |
download | bugzilla-df3729597080f59dde63fe6e46164202c6d3e27f.tar.gz bugzilla-df3729597080f59dde63fe6e46164202c6d3e27f.tar.xz |
Bug 1291968 - Add UI cue explaining non-editability of email address
-rw-r--r-- | template/en/default/account/prefs/account.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/account.html.tmpl b/template/en/default/account/prefs/account.html.tmpl index 81eb61f60..fcb3e0a00 100644 --- a/template/en/default/account/prefs/account.html.tmpl +++ b/template/en/default/account/prefs/account.html.tmpl @@ -81,7 +81,7 @@ </tr> <tr> <th><label>Completion date:</label></th> - <td>[% email_change_date FILTER time %]</td> + <td>[% email_change_date FILTER time %]. You will not be able to change your e-mail address again until after this date.</td> </tr> [% END %] [% ELSE %] |