diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2015-05-23 08:04:56 +0200 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2015-05-23 08:04:56 +0200 |
commit | 7e8e2b9c602527b07af7d15a17deb3df11730c24 (patch) | |
tree | c2df1f7017d31f97cc728646ad831ca458d71eba | |
parent | 623317b3a7f49d1b9bffec43e8bc1ea94bf0f885 (diff) |
Make a 'Your email:' string translatable.
A string in the text shown when asking to update the email
address of an authority is not translatable. Fix the typo.
-rw-r--r-- | app/views/public_body_change_requests/new.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/public_body_change_requests/new.html.erb b/app/views/public_body_change_requests/new.html.erb index b52d583be..9abe03732 100644 --- a/app/views/public_body_change_requests/new.html.erb +++ b/app/views/public_body_change_requests/new.html.erb @@ -12,7 +12,7 @@ <p> <label class="form_label" for="user_email"> - <%= ("Your email:") %> + <%= _("Your email:") %> </label> <%= f.text_field :user_email %> </p> |