Skip to content

Commit

Permalink
Update soisy.php
Browse files Browse the repository at this point in the history
  • Loading branch information
salvatore-disavio committed May 13, 2022
1 parent 45f349a commit 4bc4cfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/soisy.php
Original file line number Diff line number Diff line change
Expand Up @@ -531,21 +531,21 @@ protected function getConfigFormFilter()
return array(
'form' => array(
'legend' => array(
'title' => $this->l('Exclude products/categories'),
'title' => $this->l('Esclusione dei prodotti o delle categorie'),
'icon' => 'icon-cogs',
),
'input' => array(
'products' => array(
'type' => 'text',
'label' => $this->l('Search product'),
'label' => $this->l('Escludi questi prodotti'),
'name' => 'products',
'autocomplete' => false,
'class' => 'fixed-width-xxl',
'desc' => ''
),
'categories' => array(
'type' => 'categories',
'label' => $this->l('Category filter'),
'label' => $this->l('Escludi queste categorie (evidenziare le categorie da escludere)'),
'name' => 'excluded_categories',
'tree' => array(
'use_search' => true,
Expand Down

0 comments on commit 4bc4cfc

Please sign in to comment.