diff --git a/addons/default/visiosoft/location-module/resources/lang/it/field.php b/addons/default/visiosoft/location-module/resources/lang/it/field.php index 1cdd3bf48..3d19224d3 100644 --- a/addons/default/visiosoft/location-module/resources/lang/it/field.php +++ b/addons/default/visiosoft/location-module/resources/lang/it/field.php @@ -29,10 +29,10 @@ return [ 'name' => 'Descrizione' ], 'pick_option' => [ - 'name' => 'Pick an option', + 'name' => 'Scegli un\'opzione', ], 'address' => [ - 'name' => 'Address', + 'name' => 'Indirizzo', ], - 'selected' => 'Selected' + 'selected' => 'Selezionato' ];