mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
add I18n
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user