diff --git a/app/views/manage_products/_edit_info.rhtml b/app/views/manage_products/_edit_info.rhtml
index 54157d5..4a9f7b7 100644
--- a/app/views/manage_products/_edit_info.rhtml
+++ b/app/views/manage_products/_edit_info.rhtml
@@ -22,7 +22,7 @@
<%= labelled_radio_button( _('Yes'), 'product[available]', true, @product.available, :id => 'product_available') + labelled_radio_button( _('No'), 'product[available]', false, !@product.available) %> |
- <%= f.label :highlighted, _('Highlight product') %> |
+ <%= f.label :highlighted, _('Highlight this product?'), :class => 'formlabel' %> |
<%= f.check_box(:highlighted) %> |
diff --git a/features/manage_products.feature b/features/manage_products.feature
index 5e7b10f..c9d5578 100644
--- a/features/manage_products.feature
+++ b/features/manage_products.feature
@@ -538,5 +538,5 @@ Feature: manage products
And I am logged in as "joaosilva"
When I go to Rede Moinho's page of product Bike
And I follow "Add price and other basic information"
- Then I should see "Highlight product"
- And I check "Highlight product"
+ Then I should see "Highlight this product?"
+ And I check "Highlight this product?"
--
libgit2 0.21.2