diff --git a/app/views/spree/admin/products/_seo_form.html.haml b/app/views/spree/admin/products/_seo_form.html.haml index 35d361a919..36130af852 100644 --- a/app/views/spree/admin/products/_seo_form.html.haml +++ b/app/views/spree/admin/products/_seo_form.html.haml @@ -1,13 +1,13 @@ .row{"data-hook" => "admin_product_meta_form"} .alpha.eleven.columns = f.field_container :meta_keywords do - = f.label :meta_keywords, t('admin.products.product_search_keywords') - %span.icon-question-sign{ 'ofn-with-tip' => t('admin.products.product_search_tip') } + = f.label :meta_keywords, t('admin.products.seo.product_search_keywords') + %span.icon-question-sign{ 'ofn-with-tip' => t('admin.products.seo.product_search_tip') } %br/ = f.text_field :meta_keywords, :class => 'fullwidth', :rows => 6 = f.field_container :meta_description do - = f.label :meta_description, t('admin.products.SEO_keywords') - %span.icon-question-sign{ 'ofn-with-tip' => t('admin.products.seo_tip') } + = f.label :meta_description, t('admin.products.seo.SEO_keywords') + %span.icon-question-sign{ 'ofn-with-tip' => t('admin.products.seo.seo_tip') } %br/ = f.text_field :meta_description, :class => 'fullwidth', :rows => 6 .alpha.eleven.columns diff --git a/config/locales/en.yml b/config/locales/en.yml index e9696c8053..eccee0da9e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -474,10 +474,11 @@ en: av_on: "Av. On" import_date: Imported upload_an_image: Upload an image - product_search_keywords: Product Search Keywords - product_search_tip: Type words to help search your products in the shops. Use space to separate each keyword. - SEO_keywords: SEO Keywords - seo_tip: Type words to help search your products in the web. Use space to separate each keyword. + seo: + product_search_keywords: Product Search Keywords + product_search_tip: Type words to help search your products in the shops. Use space to separate each keyword. + SEO_keywords: SEO Keywords + seo_tip: Type words to help search your products in the web. Use space to separate each keyword. search: Search properties: property_name: Property Name