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