diff --git a/addons/default/visiosoft/profile-module/resources/lang/fr/section.php b/addons/default/visiosoft/profile-module/resources/lang/fr/section.php index 21bbf4994..916ff5966 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/fr/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/fr/section.php @@ -1,13 +1,11 @@ [ - "title" =>"Profil", - - ], - "adress" => [ - "title" =>"Une robe", - - ], - -]; \ No newline at end of file +return [ + 'profile' => [ + 'title' => 'Profil', + ], + 'adress' => [ + 'title' => 'Une robe', + ], + 'general_setting' => 'General Settings', +];