X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fac305e87b9a2df59064ddad666304ceb3d7f7a7..938cdd8503f9e9257e9b023eb25ed32d6668bf74:/app/views/notifier/gpx_success.rhtml?ds=sidebyside diff --git a/app/views/notifier/gpx_success.rhtml b/app/views/notifier/gpx_success.rhtml index 5e7751615..1983fe71c 100644 --- a/app/views/notifier/gpx_success.rhtml +++ b/app/views/notifier/gpx_success.rhtml @@ -1,7 +1,2 @@ -Hi, - -It looks like your GPX file - - <%= @trace_name %> - -loaded successfully with <%= @trace_points %> points. +<%= render :partial => "gpx_description" %> +<%= t'notifier.gpx_notification.success.loaded_successfully', :trace_points => @trace_points, :possible_points => @possible_points %>