X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5620d7263a36fe842f4d97bc21dda5edd0651b37..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 %>