From 11d5c6a2f1923d9a60b84f10b7d01c341cc4c4d8 Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Tue, 9 Mar 2021 17:19:40 +0000 Subject: [PATCH] Update untranslated string This translation already exists, we just weren't using it in this view. --- app/views/spree/orders/_form.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/spree/orders/_form.html.haml b/app/views/spree/orders/_form.html.haml index 9b40c2e811..b38327dd56 100644 --- a/app/views/spree/orders/_form.html.haml +++ b/app/views/spree/orders/_form.html.haml @@ -57,7 +57,8 @@ - if @order.total_tax > 0 %tr - %td.text-right{colspan:"3"} (includes tax) + %td.text-right{colspan:"3"} + = t :order_includes_tax %td.text-right %span.order-total.tax-total= display_checkout_tax_total(@order) %td