]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/lost_password.html.erb
Merge branch 'master' into next
[rails.git] / app / views / user / lost_password.html.erb
index 19147e0b075b9457b79c753c8bb9bf842d516055..6f50526d9119b8825965b24c43d96c63e23daed0 100644 (file)
@@ -1,13 +1,13 @@
 <% content_for :heading do %>
-  <h1><%= t 'user.lost_password.heading' %></h1>
+  <h1><%= t '.heading' %></h1>
 <% end %>
 
-<p><%= t 'user.lost_password.help_text' %></p>
+<p><%= t '.help_text' %></p>
 
 <%= form_tag :action => 'lost_password' do %>
   <div class="standard-form">
-    <label class="standard-label"><%= t 'user.lost_password.email address' %></label>
+    <label class="standard-label"><%= t '.email address' %></label>
     <%= 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 %>
   </div>
 <% end %>