From 8f1d95fb220f9d4de2f352346f3308cd4746c061 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Tue, 31 Jan 2017 15:14:58 -0800 Subject: [PATCH] Remove hint which doesn't exist from view Accidentally added this in 60ea59a0dc without actually adding the hint to translations. --- backend/app/views/spree/admin/stores/_form.html.erb | 1 - 1 file changed, 1 deletion(-) 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 %>