diff options
-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 %] |