From eb82e30cf684f1f30425995cee64f2e56481415a Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Wed, 20 Mar 2024 16:17:33 +0000 Subject: [PATCH] Adds keys spree.editing_state and spree.back_to_states_list --- config/locales/en.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index 27ec1ca85a..f6910f595b 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -3874,6 +3874,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using editing_tax_category: "Editing tax category" editing_tax_rate: "Editing tax rate" editing_zone: "Editing zone" + editing_state: "Editing State" expiration: "Expiration" invalid_payment_provider: "Invalid payment provider" items_cannot_be_shipped: "Items cannot be shipped" @@ -3911,6 +3912,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using resend: "Resend" back_to_orders_list: "Back To Orders List" back_to_payments_list: "Back To Payments List" + back_to_states_list: "Back To States List" return_authorizations: "Return Authorizations" cannot_create_returns: "Cannot create returns as this order has no shipped units." select_stock: "Select stock"