Fixes #2268. Unfortunately there's still a lego translation when both halves of the sentence are joined together, but this at least reduces the number of combinations to translate.
14 lines
285 B
Text
14 lines
285 B
Text
<p><%= t ".hi", :to_user => @to_user %></p>
|
|
|
|
<p>
|
|
<%= render :partial => "gpx_description" %>
|
|
<%= t ".failed_to_import" %>
|
|
</p>
|
|
|
|
<blockquote>
|
|
<%= @error %>
|
|
</blockquote>
|
|
|
|
<p>
|
|
<%= t ".more_info_html", :url => link_to(t(".import_failures_url"), t(".import_failures_url")) %>
|
|
</p>
|