Merge remote-tracking branch 'upstream/pull/2431'

This commit is contained in:
Tom Hughes 2020-04-15 19:18:10 +01:00
commit 3666b67433
2 changed files with 5 additions and 2 deletions

View file

@ -2,5 +2,6 @@
<p>
<%= render :partial => "gpx_description" %>
<%= t "notifier.gpx_notification.success.loaded_successfully", :trace_points => @trace_points, :possible_points => @possible_points %>
<%= t("notifier.gpx_notification.success.loaded_successfully",
:trace_points => @trace_points, :possible_points => @possible_points, :count => @possible_points) %>
</p>