]> git.openstreetmap.org Git - rails.git/blob - app/views/user_mailer/lost_password.html.erb
Remove duplicate translation strings, and use short form translation lookups
[rails.git] / app / views / user_mailer / lost_password.html.erb
1 <p><%= t ".greeting" %></p>
2
3 <p><%= t ".hopefully_you" %></p>
4
5 <p><%= t ".click_the_link" %></p>
6
7 <p><a href="<%= @url %>"><%= @url %></a></p>