diff --git a/classes/helper/HelperOptions.php b/classes/helper/HelperOptions.php index 2049eed23..f0085a7bb 100644 --- a/classes/helper/HelperOptions.php +++ b/classes/helper/HelperOptions.php @@ -120,7 +120,7 @@ class HelperOptionsCore extends Helper $(\'input[name=PS_MAINTENANCE_IP]\').attr(\'value\',\''.Tools::getRemoteAddr().'\'); } '; - $field['link_remove_ip'] = '  '.$this->l('Add my IP').''; + $field['link_remove_ip'] = '  '.$this->l('Add my IP', 'helper').''; if (!isset($category_data['bottom'])) $category_data['bottom'] = ''; } @@ -195,7 +195,7 @@ class HelperOptionsCore extends Helper { echo $this->context->currency->getSign('left'); $this->displayOptionTypeText($key, $field, $value); - echo $this->context->currency->getSign('right').' '.$this->l('(tax excl.)'); + echo $this->context->currency->getSign('right').' '.$this->l('(tax excl.)', 'helper'); } /**