mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-09 23:06:06 +00:00
Fix missing translation in user transaction history
This commit is contained in:
@@ -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"}
|
||||
|
||||
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user