X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2c1033f62d450b7ed82058ee89d99983b7d97829..6e144577aa5363d9b85a15631cf58d69a80295dd:/app/views/user_mailer/gpx_success.html.erb diff --git a/app/views/user_mailer/gpx_success.html.erb b/app/views/user_mailer/gpx_success.html.erb index 78af1166c..73afa4295 100644 --- a/app/views/user_mailer/gpx_success.html.erb +++ b/app/views/user_mailer/gpx_success.html.erb @@ -1,7 +1,7 @@ -

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

+

<%= t ".hi", :to_user => @to_user %>

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