X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2b07fd8b4b7b8906a6a731bf8ed280d0d4a5afcf..938cdd8503f9e9257e9b023eb25ed32d6668bf74:/app/views/notifier/gpx_success.rhtml diff --git a/app/views/notifier/gpx_success.rhtml b/app/views/notifier/gpx_success.rhtml index 2613d7429..1983fe71c 100644 --- a/app/views/notifier/gpx_success.rhtml +++ b/app/views/notifier/gpx_success.rhtml @@ -1,3 +1,2 @@ <%= render :partial => "gpx_description" %> -loaded successfully with <%= @trace_points %> out of a possible -<%= @possible_points %> points. +<%= t'notifier.gpx_notification.success.loaded_successfully', :trace_points => @trace_points, :possible_points => @possible_points %>