Commit bafb35e6 authored by Sunil Joshi's avatar Sunil Joshi Committed by Simon Green

Bug 898784 - Clarify on the CreateAccount page that email address is login when…

Bug 898784 - Clarify on the CreateAccount page that email address is login when param emailsuffix is set. r=sgreen, a=sgreen
parent ae0fc821
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment