]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user_mailer/gpx_success.html.erb
Merge remote-tracking branch 'upstream/pull/3982'
[rails.git] / app / views / user_mailer / gpx_success.html.erb
index 78af1166cd0febf70fc709b8566da871f4b8db60..ad60408bd8c2d68663a7d39ce37e0bc1ab58d2d1 100644 (file)
@@ -1,7 +1,6 @@
-<p><%= t "user_mailer.gpx_notification.greeting" %></p>
+<p><%= t ".hi", :to_user => @to_user %></p>
 
 <p>
   <%= 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) %>
 </p>