diff --git a/app/views/spree/users/_transactions.html.haml b/app/views/spree/users/_transactions.html.haml index 75c479aada..e36d6c9382 100644 --- a/app/views/spree/users/_transactions.html.haml +++ b/app/views/spree/users/_transactions.html.haml @@ -1,7 +1,7 @@ %script{ type: "text/ng-template", id: "account/transactions.html" } - if @payments_requiring_action.present? .active_table.requiring-authorization - %h3= t(".authorization_required") + %h3= t(".authorisation_required") %table.full.top-rounded %tr %th= t :transaction @@ -18,7 +18,7 @@ %td %a{ href: "#{payment.cvv_response_message}" } %button.x-small - Authorize + = t(".authorise") %td.text-right = payment.display_amount diff --git a/config/locales/en.yml b/config/locales/en.yml index 675e219eea..d47778e18d 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -3733,6 +3733,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using transactions: transaction_history: Transaction History authorisation_required: Authorisation Required + authorise: Authorize open_orders: order: Order shop: Shop