From 48ca0b00c2dfe2fceea49c5c7b1b8f69babf9ec5 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:07:44 +0300 Subject: [PATCH] New translations field.php (French) --- .../visiosoft/location-module/resources/lang/fr/field.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/default/visiosoft/location-module/resources/lang/fr/field.php b/addons/default/visiosoft/location-module/resources/lang/fr/field.php index 99a81b8d4..5455a2423 100644 --- a/addons/default/visiosoft/location-module/resources/lang/fr/field.php +++ b/addons/default/visiosoft/location-module/resources/lang/fr/field.php @@ -29,10 +29,10 @@ return [ 'name' => 'La description' ], 'pick_option' => [ - 'name' => 'Pick an option', + 'name' => 'Choisissez une option', ], 'address' => [ - 'name' => 'Address', + 'name' => 'Adresse', ], - 'selected' => 'Selected' + 'selected' => 'Choisi' ];