diff --git a/addons/default/visiosoft/profile-module/resources/lang/ar/section.php b/addons/default/visiosoft/profile-module/resources/lang/ar/section.php index f2f84bce8..4a1a52098 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ar/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ar/section.php @@ -1,13 +1,11 @@ [ - "title" =>"الملف الشخصي", - - ], - "adress" => [ - "title" =>"عنوان", - - ], - -]; \ No newline at end of file +return [ + 'profile' => [ + 'title' => 'الملف الشخصي', + ], + 'adress' => [ + 'title' => 'عنوان', + ], + 'general_setting' => 'الاعدادات العامة', +];