diff --git a/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form.tpl index eea8649a9..fe581278d 100644 --- a/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form.tpl @@ -24,15 +24,15 @@ *} {extends file="helpers/form/form.tpl"} {block name="script"} - var string_price = '{l s="Will be applied when the price will be:" js=1}'; - var string_weight = '{l s="Will be applied when the weight will be:" js=1}'; + var string_price = '{l s='Will be applied when the price is' js=1}'; + var string_weight = '{l s='Will be applied when the weight is' js=1}'; {/block} {block name="field"} {if $input.name == 'zones'} {include file='controllers/carrier_wizard/helpers/form/form_ranges.tpl'}
- {l s="Add new range"} + {l s='Add new range'}
{/if} {$smarty.block.parent} diff --git a/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form_ranges.tpl b/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form_ranges.tpl index bbb20176f..3810a3809 100644 --- a/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form_ranges.tpl +++ b/admin-dev/themes/default/template/controllers/carrier_wizard/helpers/form/form_ranges.tpl @@ -29,7 +29,7 @@ {foreachelse} - + {/foreach} @@ -49,7 +49,7 @@ {if $smarty.foreach.ranges.first}   {else} -