Skip to content

Commit

Permalink
Change meta_description to meta_keywords for meta_keywords container
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmay3011 committed Dec 20, 2015
1 parent edc208d commit 1d417df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/views/spree/admin/taxons/_form.html.erb
Expand Up @@ -39,7 +39,7 @@
<%= f.text_field :meta_description, :class => 'form-control', :rows => 6 %>
<% end %>
<%= f.field_container :meta_description, class: ['form-group'] do %>
<%= f.field_container :meta_keywords, class: ['form-group'] do %>
<%= f.label :meta_keywords, Spree.t(:meta_keywords) %>
<%= f.text_field :meta_keywords, :class => 'form-control', :rows => 6 %>
<% end %>
Expand Down

0 comments on commit 1d417df

Please sign in to comment.