diff --git a/lang/de/app.php b/lang/de/app.php
index efd8883..bbd4656 100644
--- a/lang/de/app.php
+++ b/lang/de/app.php
@@ -138,8 +138,10 @@ return [
'contact' => [
'title' => 'Kontakt',
'alt' => 'Kontakt',
- 'content' => 'Schreiben Sie uns im Fediversum
-
oder per elektronischer Post an: Dezernat7Zustaendigkeit@C3Gov.De'
+ 'content' => 'Wenn Sie Fragen haben, kontaktieren Sie uns:',
+ 'fediverse' => 'Fediversum:',
+ 'email' => 'Elektronische Postadresse:',
+ 'phone' => 'Telefon/Fax:'
],
'preapplication' => [
'title' => 'Vorantrag auf Reisepass gem. § 5 C3GovVerwV',
diff --git a/lang/en/app.php b/lang/en/app.php
index 96007df..10ddfe9 100644
--- a/lang/en/app.php
+++ b/lang/en/app.php
@@ -138,8 +138,10 @@ return [
'contact' => [
'title' => 'Contact',
'alt' => 'Contact',
- 'content' => 'Write us over in the fediverse
-
or via email to: Dezernat7Zustaendigkeit@C3Gov.De'
+ 'content' => 'If you have any questions, please contact us:',
+ 'fediverse' => 'Fediverse:',
+ 'email' => 'Electronic mail address:',
+ 'phone' => 'Telephone/Fax:'
],
'preapplication' => [
'title' => 'Pre-application for Passport according to § 5 C3GovVerwV',
diff --git a/resources/views/content/contact.blade.php b/resources/views/content/contact.blade.php
index a718091..e661b91 100644
--- a/resources/views/content/contact.blade.php
+++ b/resources/views/content/contact.blade.php
@@ -5,6 +5,19 @@
@section('content')