diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2018-11-26 14:16:58 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-12-05 13:05:11 +0000 |
commit | 84f4e52f5006dfdd4c1c1161e0f01e038b85fa2c (patch) | |
tree | 338686b1f8cfe2a91997c7eddefd91e8acc1fdb8 /templates | |
parent | aa4d40d5ee2a26f4fad9fa3f996dae3b1cb71423 (diff) |
Fix form_email/form_username typo in logged-in report form
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/report/new/form_user_loggedin.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/report/new/form_user_loggedin.html b/templates/web/base/report/new/form_user_loggedin.html index 8dd10f69f..0c6c66e27 100644 --- a/templates/web/base/report/new/form_user_loggedin.html +++ b/templates/web/base/report/new/form_user_loggedin.html @@ -56,7 +56,7 @@ <input class="form-control" type="text" value="[% report.user.phone_display | html %]" name="phone" id="form_phone"> [% END %] [% IF NOT c.user.email_verified %] - <label for="form_username">[% loc('Email address (optional)') %]</label> + <label for="form_email">[% loc('Email address (optional)') %]</label> <input class="form-control" type="text" value="[% report.user.email | html %]" name="email" id="form_email"> [% END %] |