diff --git a/addons/default/visiosoft/cats-module/resources/lang/fr/stream.php b/addons/default/visiosoft/cats-module/resources/lang/fr/stream.php index 369c43b00..bde6e1f8b 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/fr/stream.php +++ b/addons/default/visiosoft/cats-module/resources/lang/fr/stream.php @@ -1,13 +1,10 @@ [ - "name" =>"Catégorie", - - ], - "placeholderforsearch" => [ - "name" =>"Espace réservé à la recherche", - - ], - -]; \ No newline at end of file +return [ + 'category' => [ + 'name' => 'Catégorie', + ], + 'placeholderforsearch' => [ + 'name' => 'Espace réservé à la recherche', + ], +];