diff --git a/backend/app/views/spree/admin/stores/_form.html.erb b/backend/app/views/spree/admin/stores/_form.html.erb index 194246bf662..243f15ad2fc 100644 --- a/backend/app/views/spree/admin/stores/_form.html.erb +++ b/backend/app/views/spree/admin/stores/_form.html.erb @@ -12,7 +12,6 @@ <%= f.field_container :seo_title do %> <%= f.label :seo_title %> - <%= f.field_hint :seo_title %> <%= f.text_field :seo_title, class: 'fullwidth' %> <%= f.error_message_on :seo_title %> <% end %>