diff --git a/app/helpers/admin/orders_helper.rb b/app/helpers/admin/orders_helper.rb index b410df9eca..3ef8ef34a5 100644 --- a/app/helpers/admin/orders_helper.rb +++ b/app/helpers/admin/orders_helper.rb @@ -24,7 +24,7 @@ module Admin [ AdjustmentData.new( - I18n.t("admin.orders.edit.additional_tax_included_in_price"), + I18n.t("admin.orders.edit.tax_on_fees"), adjustment ) ] diff --git a/config/locales/en.yml b/config/locales/en.yml index f43146b0ae..61277a47eb 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1061,7 +1061,7 @@ en: edit: order_sure_want_to: Are you sure you want to %{event} this order? voucher_tax_included_in_price: "%{label} (tax included in voucher)" - additional_tax_included_in_price: "Tax on fees" + tax_on_fees: "Tax on fees" invoice_email_sent: 'Invoice email has been sent' order_email_resent: 'Order email has been resent' bulk_management: