diff options
Diffstat (limited to 'templates/submit.html')
-rw-r--r-- | templates/submit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/submit.html b/templates/submit.html index a36d1e2..a3b1c73 100644 --- a/templates/submit.html +++ b/templates/submit.html @@ -38,7 +38,7 @@ <input type="email" value="<%= user.email %>" name="email" id="form_email" placeholder="Please enter your email address" required> <div id="form_sign_in"> - <h4 id="have_password">Do you have a FixMyStreet password?</h4> + <h4 id="have_password">Do you have a <% print( CONFIG.APP_NAME ) %> password?</h4> <div id="form_sign_in_yes" class="form-box"> |