Skip to content

Commit

Permalink
MIN FIX TRANSALTION
Browse files Browse the repository at this point in the history
  • Loading branch information
salvatore-disavio committed Sep 7, 2022
1 parent 83d8a02 commit 888bebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/includes/class-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ static function adminSettingsForm()
'description' => __( 'Enable The Debug Logger', 'soisy' ),
],
'show_exclusions' =>[
'title' => __( 'Exclude categories from Financing', 'soisy' ),
'title' => __( 'Esclusione categorie', 'soisy' ),
'type' => 'select',
'default' => 0,
'class' => 'select',
'options' => [],
'description' => __( 'Select categories to be excluded from financing', 'soisy' ),
'description' => __( 'Seleziona le categorie che non potranno essere finanziabili', 'soisy' ),
],
'reset_zero' => [
'type' => 'hidden',
Expand Down

0 comments on commit 888bebc

Please sign in to comment.