Skip to content

Commit

Permalink
Fix translations on account page
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelacroix authored and oeoeaio committed Dec 6, 2017
1 parent dcb406d commit 669d9c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/spree/users/_transactions.html.haml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%script{ type: "text/ng-template", id: "account/transactions.html" }
.active_table.orders{"ng-controller" => "OrdersCtrl", "ng-cloak" => true}
%h3.my-orders= t(:transaction_history)
%h3.my-orders= t(".transaction_history")
%distributor.active_table_node.row.animate-repeat{"ng-if" => "Orders.shops.length > 0", "ng-repeat" => "shop in Orders.shops",
"ng-controller" => "ShopNodeCtrl",
"ng-class" => "{'closed' : !open(), 'open' : open(), 'inactive' : !shop.active}",
Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2171,6 +2171,7 @@ Please follow the instructions there to make your enterprise visible on the Open
email: Email
# TODO: remove 'account_updated' key once we get to Spree 2.0
account_updated: "Account updated!"
my_account: "My account"
admin:
orders:
invoice:
Expand Down

0 comments on commit 669d9c3

Please sign in to comment.