X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4016d8e2232e0fa2c26183cfe394c65eb2f13655..ea2baaee3b6cb6fbc92b87d313be00c69d3fc914:/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 %>