diff --git a/addons/default/visiosoft/location-module/resources/lang/de/addon.php b/addons/default/visiosoft/location-module/resources/lang/de/addon.php index 8ca18d028..d563fd080 100644 --- a/addons/default/visiosoft/location-module/resources/lang/de/addon.php +++ b/addons/default/visiosoft/location-module/resources/lang/de/addon.php @@ -1,7 +1,7 @@ "Ort", - "name" =>"Standortmodul", - "description" =>"Beschreibung" -]; \ No newline at end of file +return [ + 'title' => 'Ort', + 'name' => 'Standortmodul', + 'description' => 'Beschreibung', +];