create_realm: Make placeholder text more generic.

Fixes #2058.
This commit is contained in:
Rishi Gupta
2017-07-06 15:07:31 -07:00
committed by showell
parent d7556eef17
commit e84e6aa818
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ $(function () {
{{ csrf_input }} {{ csrf_input }}
<div class="input-box horizontal"> <div class="input-box horizontal">
<div class="inline-block relative"> <div class="inline-block relative">
<input type="text" class="email required" placeholder="{{ _("Enter your work email address") }}" <input type="text" class="email required" placeholder="{{ _("Enter your email address") }}"
id="email" name="email" required /> id="email" name="email" required />
<label for="id_username">{{ _('Email') }}</label> <label for="id_username">{{ _('Email') }}</label>
<div class="required"></div> <div class="required"></div>

View File

@@ -9,7 +9,7 @@ controlling the specific settings of the organizations that they own.
2. Click the **Register** button in the top right hand corner of the screen. 2. Click the **Register** button in the top right hand corner of the screen.
3. You will be taken to the register page and prompted to 3. You will be taken to the register page and prompted to
**Enter your work email address**. Enter your work email address **Enter your email address**. Enter your email address
and click **Sign Up**. and click **Sign Up**.
4. You will be asked to confirm your email address. Wait for the email to 4. You will be asked to confirm your email address. Wait for the email to