X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/aa1fb6dbb8c2e71b8ce8c231ae1272a2dfebd75a..3b237dc3dabda181ed68dc587b1befc678a03706:/app/views/notifier/_gpx_description.html.erb
diff --git a/app/views/notifier/_gpx_description.html.erb b/app/views/notifier/_gpx_description.html.erb
index 8d44336c9..d83f72d90 100644
--- a/app/views/notifier/_gpx_description.html.erb
+++ b/app/views/notifier/_gpx_description.html.erb
@@ -1,12 +1,12 @@
-<%= t'notifier.gpx_notification.your_gpx_file' %>
+<%= t 'notifier.gpx_notification.your_gpx_file' %>
<%= @trace_name %>
-<%= t'notifier.gpx_notification.with_description' %>
+<%= t 'notifier.gpx_notification.with_description' %>
<%= @trace_description %>
<% if @trace_tags.length>0 %>
- <%= t'notifier.gpx_notification.and_the_tags' %>
+ <%= t 'notifier.gpx_notification.and_the_tags' %>
<% @trace_tags.each do |tag| %>
<%= tag.tag.rstrip %>
<% end %>
<% else %>
- <%= t'notifier.gpx_notification.and_no_tags' %>
+ <%= t 'notifier.gpx_notification.and_no_tags' %>
<% end %>