diff --git a/addons/default/visiosoft/profile-module/resources/lang/fa/addon.php b/addons/default/visiosoft/profile-module/resources/lang/fa/addon.php index 9c4f80cfc..2e4faf9b3 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/fa/addon.php +++ b/addons/default/visiosoft/profile-module/resources/lang/fa/addon.php @@ -1,7 +1,7 @@ "مشخصات", - "name" =>"ماژول پروفایل", - "description" =>"" -]; \ No newline at end of file +return [ + 'title' => 'مشخصات', + 'name' => 'ماژول پروفایل', + 'description' => '' +];