From cfc31f1fbd5fadc2af0ac2e85493fab2fdaba19a Mon Sep 17 00:00:00 2001 From: Matt-Yorkley Date: Wed, 7 Nov 2018 19:23:28 +0000 Subject: [PATCH] Import missing translations from Spree 2 to fix some tests --- config/locales/en.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index f692586025..846e9b710a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2046,6 +2046,9 @@ See the %{link} to find out more about %{sitename}'s features and to start using not_visible: not visible you_have_no_orders_yet: "You have no orders yet" show_only_complete_orders: "Only show complete orders" + successfully_created: ! '%{resource} has been successfully created!' + successfully_removed: ! '%{resource} has been successfully removed!' + successfully_updated: ! '%{resource} has been successfully updated!' running_balance: "Running balance" outstanding_balance: "Outstanding balance" admin_enterprise_relationships: "Enterprise Permissions"