diff --git a/lang/de/app.php b/lang/de/app.php
index ff0f4ef..d19bdb8 100644
--- a/lang/de/app.php
+++ b/lang/de/app.php
@@ -60,5 +60,10 @@ return [
'content' => 'Hiermit weisen wir darauf hin, dass es sich bei dieser Platform um ein Projekt des Chaos Computer Clubs handelt, welche keine rechtlich geltenden Dokumente ausstellt.
Es handelt sich weder um echte Dienstleistungen im gewerblichen Sinne, noch um geschäftsmäßige Dienste.
Aus diesem Grund entfällt die Impressumspflicht.'
+ ],
+ 'contact' => [
+ 'title' => 'Kontakt',
+ 'content' => 'Schreiben Sie uns im Fediversum
+
oder per elektronischer Post an: Dezernat7Zustaendigkeit@C3Gov.De'
]
];
diff --git a/lang/en/app.php b/lang/en/app.php
index a31b027..5077923 100644
--- a/lang/en/app.php
+++ b/lang/en/app.php
@@ -60,5 +60,10 @@ return [
'content' => 'We hereby inform you that this platform is a project of the Chaos Computer Club and does not issue any legally binding documents.
It does not constitute genuine commercial services or business-related services.
Therefore, the legal requirement to provide an imprint does not apply.'
+ ],
+ 'contact' => [
+ 'title' => 'Contact',
+ 'content' => 'Write us over in the fediverse
+
or via email to: Dezernat7Zustaendigkeit@C3Gov.De'
]
];
diff --git a/resources/views/content/contact.blade.php b/resources/views/content/contact.blade.php
index 0ea8b70..c00b0d6 100644
--- a/resources/views/content/contact.blade.php
+++ b/resources/views/content/contact.blade.php
@@ -3,5 +3,7 @@
@endsection
@section('content')
-
+