X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c94213847b8e5b71864b34748ba9fadaefbfddfe..efa2c20bff4d68cfdaf5fc532ba5eb0711e7cd2d:/app/views/notifier/gpx_success.html.erb?ds=sidebyside diff --git a/app/views/notifier/gpx_success.html.erb b/app/views/notifier/gpx_success.html.erb index 8e2408845..1571f3798 100644 --- a/app/views/notifier/gpx_success.html.erb +++ b/app/views/notifier/gpx_success.html.erb @@ -1,6 +1,7 @@ -

<%= t'notifier.gpx_notification.greeting' %>

+

<%= t "notifier.gpx_notification.greeting" %>

<%= render :partial => "gpx_description" %> - <%= t'notifier.gpx_notification.success.loaded_successfully', :trace_points => @trace_points, :possible_points => @possible_points %> + <%= t("notifier.gpx_notification.success.loaded_successfully", + :trace_points => @trace_points, :possible_points => @possible_points, :count => @possible_points) %>