From 8f30e7a2420356f3655ddc53fe6ce114043ec283 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Fri, 14 Mar 2014 14:18:04 -0300 Subject: [PATCH] shopping-cart: change free delivery price label --- plugins/shopping_cart/views/shopping_cart_plugin_myprofile/edit.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/shopping_cart/views/shopping_cart_plugin_myprofile/edit.html.erb b/plugins/shopping_cart/views/shopping_cart_plugin_myprofile/edit.html.erb index c65ef9a..fc48e8d 100644 --- a/plugins/shopping_cart/views/shopping_cart_plugin_myprofile/edit.html.erb +++ b/plugins/shopping_cart/views/shopping_cart_plugin_myprofile/edit.html.erb @@ -33,8 +33,8 @@ - <%= labelled_form_field(_('Free delivery price:'), f.text_field(:free_delivery_price)) %> - <%= content_tag('small', _('Empty stands for no free delivery price.')) %> + <%= labelled_form_field(_("Order's minimum price for free delivery:"), f.text_field(:free_delivery_price)) %> + <%= content_tag('small', _('Empty stands for no minimum price for free delivery.')) %>

-- libgit2 0.21.2