diff --git a/addons/default/visiosoft/cats-module/resources/lang/ar/section.php b/addons/default/visiosoft/cats-module/resources/lang/ar/section.php index 03118d41d..ab1549ba3 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/ar/section.php +++ b/addons/default/visiosoft/cats-module/resources/lang/ar/section.php @@ -1,13 +1,10 @@ [ - "title" =>"الفئة", - - ], - "placeholderforsearch" => [ - "title" =>"Placeholderforsearch", - - ], - -]; \ No newline at end of file +return [ + 'category' => [ + 'title' => 'الفئة', + ], + 'placeholderforsearch' => [ + 'title' => 'Placeholderforsearch', + ], +];