diff options
Diffstat (limited to '')
-rw-r--r-- | etherpad/src/templates/main/pro_signup_body.ejs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etherpad/src/templates/main/pro_signup_body.ejs b/etherpad/src/templates/main/pro_signup_body.ejs index e984878..ff35dfc 100644 --- a/etherpad/src/templates/main/pro_signup_body.ejs +++ b/etherpad/src/templates/main/pro_signup_body.ejs @@ -51,8 +51,9 @@ limitations under the License. */ %><% helpers.includeCss('pro-signup.css') %> <%= inf("email", "Email") %> </div> <div class="inputhelp"> - Instructions for choosing a password and signing in will - be emailed here. + <p>Instructions for choosing a password and signing in will + be emailed here.</p> + <p>Please use your <strong>*.fu-berlin.de</strong> address.</p> </div> <%= helpers.clearFloats() %> </div> |