X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7eb181999d3357bf210ceb24e18c913bf3ef6ba3..7a9b2de42b8e969c162917e3e69877815a6eab75:/app/views/notifier/_gpx_description.rhtml diff --git a/app/views/notifier/_gpx_description.rhtml b/app/views/notifier/_gpx_description.rhtml index b31c7744e..282579919 100644 --- a/app/views/notifier/_gpx_description.rhtml +++ b/app/views/notifier/_gpx_description.rhtml @@ -1,14 +1,14 @@ -Hi, +<%= t'notifier.gpx_notification.greeting' %> -It looks like your GPX file +<%= t'notifier.gpx_notification.your_gpx_file' %> <%= @trace_name %> -with the description +<%= t'notifier.gpx_notification.with_description' %> <%= @trace_description %> <% if @trace_tags.length>0 %> -and the following tags: +<%= t'notifier.gpx_notification.and_the_tags' %> <% @trace_tags.each do |tag| %> <%= tag.tag.rstrip %><% end %><% else %> -and no tags.<% end %> +<%= t'notifier.gpx_notification.and_no_tags' %><% end %>