From 691de9199fc4edbcb0285c951e182cbc5f868d1a Mon Sep 17 00:00:00 2001 From: haseleyi Date: Fri, 23 Nov 2018 11:22:42 -0800 Subject: [PATCH] Add missing translation for 'Has Shopfront' in single-enterprise dashboard --- app/helpers/enterprises_helper.rb | 2 +- config/locales/en.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/helpers/enterprises_helper.rb b/app/helpers/enterprises_helper.rb index 8cef0281b1..e1b85fc14b 100644 --- a/app/helpers/enterprises_helper.rb +++ b/app/helpers/enterprises_helper.rb @@ -55,7 +55,7 @@ module EnterprisesHelper if enterprise.sells == 'none' enterprise.producer_profile_only ? I18n.t(:profile) : I18n.t(:supplier_only) else - "Has Shopfront" + I18n.t(:has_shopfront) end end diff --git a/config/locales/en.yml b/config/locales/en.yml index e203fe0039..133557d046 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -225,6 +225,7 @@ en: admin_and_handling: Admin & Handling profile: Profile supplier_only: Supplier Only + has_shopfront: Has Shopfront weight: Weight volume: Volume items: Items