]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/gpx_failure.html.erb
erblint: fix remaining single quoted strings
[rails.git] / app / views / notifier / gpx_failure.html.erb
index fee70eed0859e279f44dceeaca94ed9fc95c3e69..3ce26de8c7ae0a541efc55c7bbf63af1f890f41f 100644 (file)
@@ -1,8 +1,8 @@
-<p><%= t 'notifier.gpx_notification.greeting' %></p>
+<p><%= t "notifier.gpx_notification.greeting" %></p>
 
 <p>
   <%= render :partial => "gpx_description" %>
 
 <p>
   <%= render :partial => "gpx_description" %>
-  <%= t 'notifier.gpx_notification.failure.failed_to_import' %>
+  <%= t "notifier.gpx_notification.failure.failed_to_import" %>
 </p>
 
 <blockquote>
 </p>
 
 <blockquote>
@@ -10,7 +10,7 @@
 </blockquote>
 
 <p>
 </blockquote>
 
 <p>
-  <%= t 'notifier.gpx_notification.failure.more_info_1' %>
-  <%= t 'notifier.gpx_notification.failure.more_info_2' %>
-  <%= t 'notifier.gpx_notification.failure.import_failures_url' %>
+  <%= t "notifier.gpx_notification.failure.more_info_1" %>
+  <%= t "notifier.gpx_notification.failure.more_info_2" %>
+  <%= t "notifier.gpx_notification.failure.import_failures_url" %>
 </p>
 </p>