diff --git a/app/views/admin/enterprises/form/_shop_preferences.html.haml b/app/views/admin/enterprises/form/_shop_preferences.html.haml index 6410ce7b2b..af468047de 100644 --- a/app/views/admin/enterprises/form/_shop_preferences.html.haml +++ b/app/views/admin/enterprises/form/_shop_preferences.html.haml @@ -74,8 +74,8 @@ .row .three.columns.alpha - %label= t '.preferred_enterprise_stock_display' - %div{'ofn-with-tip' => t('.preferred_enterprise_stock_display_tip')} + %label= t '.display_remaining_stock' + %div{'ofn-with-tip' => t('.display_remaining_stock_tip')} %a= t 'admin.whats_this' .three.columns = f.radio_button :preferred_product_stock_display, true, 'ng-model' => 'Enterprise.preferred_product_stock_display', 'ng-value' => 'true' diff --git a/config/locales/en.yml b/config/locales/en.yml index 5e0cc2918e..b2ce5e425e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -977,6 +977,8 @@ en: shopfront_sort_by_producer: "By producer" shopfront_sort_by_category_placeholder: "Category" shopfront_sort_by_producer_placeholder: "Producer" + display_remaining_stock: "Display remaining stock in shopfront" + display_remaining_stock_tip: "Display remaining stock in shopfront" social: twitter_placeholder: "eg. @the_prof" instagram_placeholder: "eg. the_prof"