diff --git a/metager/lang/en/team.php b/metager/lang/en/team.php
index 5aa5b5f5f5f63a49e72341679ce9805191b7c318..6d46cc04a47c08f8065dd7b694d6a0ba37acb861 100644
--- a/metager/lang/en/team.php
+++ b/metager/lang/en/team.php
@@ -15,7 +15,7 @@ return [
         '9' => 'trainee',
     ],
     'contact' => [
-        '1' => 'Please report your questions/problems about MetaGer etc. using the <a href="/en/kontakt/">contact form with encryption</a>.',
+        '1' => 'Please report your questions/problems about MetaGer etc. using the <a href=":link_contact">contact form</a>.',
         '2' => 'If you get any emails with strange contents from us please read more about this: <a href="https://metager.de/wsb/fakemail/">https://metager.de/wsb/fakemail/</a>',
         '3' => 'Only in reasoned exceptions, if you want to reach someone directly, you should mail them. Because team members might be on vacation, sick etc.',
     ],
diff --git a/metager/resources/views/team/team.blade.php b/metager/resources/views/team/team.blade.php
index 7ea4e1dafd26f3e6b749d4dfebffb8d3fbda94fb..718070e9504f8c14c102d026afdeb1f1eebca7c7 100644
--- a/metager/resources/views/team/team.blade.php
+++ b/metager/resources/views/team/team.blade.php
@@ -34,7 +34,7 @@
 		</ul>
 	</div>
 	<div class="card">
-		<p>{!! trans('team.contact.1') !!}</p>
+		<p>@lang('team.contact.1', ['link_contact' => route('contact')])</p>
 		<p>{!! trans('team.contact.2') !!}</p>
 		<p>{!! trans('team.contact.3') !!}</p>
 	</div>