X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2b07fd8b4b7b8906a6a731bf8ed280d0d4a5afcf..938cdd8503f9e9257e9b023eb25ed32d6668bf74:/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 %>