diff --git a/addons/default/visiosoft/profile-module/resources/lang/de/section.php b/addons/default/visiosoft/profile-module/resources/lang/de/section.php index b2e7e92f1..359000a24 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/de/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/de/section.php @@ -1,13 +1,11 @@ [ - "title" =>"Profil", - - ], - "adress" => [ - "title" =>"Anschrift", - - ], - -]; \ No newline at end of file +return [ + 'profile' => [ + 'title' => 'Profil', + ], + 'adress' => [ + 'title' => 'Anschrift', + ], + 'general_setting' => 'Allgemeine Einstellungen', +];