diff --git a/app/views/spree/users/_fat.html.haml b/app/views/spree/users/_fat.html.haml index 1a4c74ed3e..dfbcfade38 100644 --- a/app/views/spree/users/_fat.html.haml +++ b/app/views/spree/users/_fat.html.haml @@ -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"} diff --git a/config/locales/en.yml b/config/locales/en.yml index 435fa09683..70b6b04a1f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -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!"