From 987347d5ab2b75adf2437ca03305aaccb2149485 Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Sat, 2 May 2020 20:52:43 +0100 Subject: [PATCH] Move translation keys to new correct location --- config/locales/en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index cb8eccbee9..6ba789abf7 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1234,10 +1234,10 @@ en: footer_data_cookies_policy: "cookies policy" shop: messages: - login: "login" - signup: "signup" - contact: "contact" customer_required: + login: "login" + signup: "signup" + contact: "contact" require_customer_login: "Only approved customers can access this shop." require_login_html: "If you're already an approved customer, %{login} or %{signup} to proceed." require_login_2_html: "Want to start shopping here? Please %{contact} %{enterprise} and ask about joining."