diff options
Diffstat (limited to 'template/en/default/account/create.html.tmpl')
-rw-r--r-- | template/en/default/account/create.html.tmpl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/template/en/default/account/create.html.tmpl b/template/en/default/account/create.html.tmpl index bf2cf31f0..448520b5d 100644 --- a/template/en/default/account/create.html.tmpl +++ b/template/en/default/account/create.html.tmpl @@ -59,7 +59,13 @@ <table> <tr> <td align="right"> - <b>Email address:</b> + <b> + [% IF Param('emailsuffix') %] + Login: + [% ELSE %] + Email address: + [% END %] + </b> </td> <td> <input size="35" id="login" name="login"> |