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