X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6ded8b55c87f32579b9f42ecb8a58567f4dfe30d..5e2c567b7f469f0c8814082f0731806c047884d9:/app/views/user/lost_password.html.erb?ds=inline diff --git a/app/views/user/lost_password.html.erb b/app/views/user/lost_password.html.erb index 19147e0b0..6f50526d9 100644 --- a/app/views/user/lost_password.html.erb +++ b/app/views/user/lost_password.html.erb @@ -1,13 +1,13 @@ <% content_for :heading do %> -

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

+

<%= t '.heading' %>

<% end %> -

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

+

<%= t '.help_text' %>

<%= form_tag :action => 'lost_password' do %>
- + <%= text_field('user', 'email', { :tabindex => 1} ) %> - <%= submit_tag t('user.lost_password.new password button'), :tabindex => 2 %> + <%= submit_tag t('.new password button'), :tabindex => 2 %>
<% end %>