Fix missing translation in user transaction history

This commit is contained in:
luisramos0
2018-11-18 16:07:48 +00:00
parent 5ecea06098
commit d282823d3a
2 changed files with 4 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
%td.order7
%tr.order-row
%td.order1
%a{"ng-href" => "{{::order.path}}", "ng-bind" => "::('order' | t )+ ' ' + order.number"}
%a{"ng-href" => "{{::order.path}}", "ng-bind" => "::('js.spree.users.order' | t )+ ' ' + order.number"}
%td.order2{"ng-bind" => "::order.completed_at"}
%td.order3.show-for-large-up{"ng-bind" => "::'spree.payment_states.' + order.payment_state | t | capitalize"}
%td.order4.show-for-large-up{"ng-bind" => "::'spree.shipment_states.' + order.shipment_state | t | capitalize"}

View File

@@ -2643,6 +2643,9 @@ See the %{link} to find out more about %{sitename}'s features and to start using
closes: closes
closed: closed
close_date_not_set: Close date not set
spree:
users:
order: "Order"
producers:
signup:
start_free_profile: "Start with a free profile, and expand when you're ready!"