Move product seo translation keys to specific namespace

This commit is contained in:
luisramos0
2019-10-02 11:39:14 +01:00
committed by Maikel Linke
parent 34ed16ff30
commit 2c4af84a81
2 changed files with 9 additions and 8 deletions

View File

@@ -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

View File

@@ -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