]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/lost_password.html.erb
erblint: fix remaining single quoted strings
[rails.git] / app / views / notifier / lost_password.html.erb
index 5f1012ac6dcd3ac0d2524a9ac2868fb774e94339..3f371c80c1616189f61c39de93da60e8e898b088 100644 (file)
@@ -1,7 +1,7 @@
-<p><%= t 'notifier.lost_password_html.greeting' %></p>
+<p><%= t "notifier.lost_password_html.greeting" %></p>
 
-<p><%= t 'notifier.lost_password_html.hopefully_you' %></p>
+<p><%= t "notifier.lost_password_html.hopefully_you" %></p>
 
-<p><%= t 'notifier.lost_password_html.click_the_link' %></p>
+<p><%= t "notifier.lost_password_html.click_the_link" %></p>
 
 <p><a href="<%= @url %>"><%= @url %></a></p>