Commit 8f30e7a2420356f3655ddc53fe6ce114043ec283
1 parent
da22d0c8
Exists in
master
and in
29 other branches
shopping-cart: change free delivery price label
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
plugins/shopping_cart/views/shopping_cart_plugin_myprofile/edit.html.erb
... | ... | @@ -33,8 +33,8 @@ |
33 | 33 | </tr> |
34 | 34 | </table> |
35 | 35 | |
36 | - <%= labelled_form_field(_('Free delivery price:'), f.text_field(:free_delivery_price)) %> | |
37 | - <%= content_tag('small', _('Empty stands for no free delivery price.')) %> | |
36 | + <%= labelled_form_field(_("Order's minimum price for free delivery:"), f.text_field(:free_delivery_price)) %> | |
37 | + <%= content_tag('small', _('Empty stands for no minimum price for free delivery.')) %> | |
38 | 38 | </fieldset> |
39 | 39 | <br style='clear: both'/> |
40 | 40 | <br style='clear: both'/> | ... | ... |