Skip to content

Commit

Permalink
Merge pull request #3 from tanmay3011/typo_fix
Browse files Browse the repository at this point in the history
Typo fix: Fix spelling and container's definition
  • Loading branch information
priyank-gupta committed Jan 21, 2016
2 parents 577a8bb + 1d417df commit 209d8a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -43,7 +43,7 @@
<%= Spree.t(:no_resource_found, resource: plural_resource_name(Spree::ReturnAuthorization)) %>
</div>
<% else %>
<div data-hook="rma_cannont_create" class="alert alert-info no-objects-found">
<div data-hook="rma_cannot_create" class="alert alert-info no-objects-found">
<%= Spree.t(:cannot_create_returns) %>
</div>
<% end %>
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 209d8a5

Please sign in to comment.