X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ad9f0b624728259fbe17f7b631d3efef5a488d3b..98bfaace9aeba7fb387596cc16b2e661506173c6:/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..ad60408bd 100644 --- a/app/views/user_mailer/gpx_success.html.erb +++ b/app/views/user_mailer/gpx_success.html.erb @@ -1,7 +1,6 @@ -

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

+

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

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