X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/aa52ebe6749ba1ea43030f173bfe2101d0f77dc3..e9bea64bf6806be1b0a951fd684fa13314cb8b67:/app/views/user/lost_password.rhtml diff --git a/app/views/user/lost_password.rhtml b/app/views/user/lost_password.rhtml index 003b256b2..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 %>