X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4016d8e2232e0fa2c26183cfe394c65eb2f13655..f2f9d797d5925524f5d04cf5f1f4e90b181f0440:/app/views/user/lost_password.rhtml diff --git a/app/views/user/lost_password.rhtml b/app/views/user/lost_password.rhtml index fa1bc57e2..cb844c67c 100644 --- a/app/views/user/lost_password.rhtml +++ b/app/views/user/lost_password.rhtml @@ -1,9 +1,9 @@ -

Forgotten Password?


+

<%= t 'user.lost_password.heading' %>


<% form_tag :action => 'lost_password' do %> - +
Email Address:<%= text_field('user', 'email', {:size => 50, :maxlength => 255} ) %>
<%= t 'user.lost_password.email address' %><%= text_field('user', 'email', {:size => 50, :maxlength => 255} ) %>

- + <% end %>