Skip to content
Snippets Groups Projects
Commit d53124c6 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fix link to contact page

parent 454e4a43
No related branches found
No related tags found
2 merge requests!2141Translated using Weblate (German),!2138Resolve "Link to contact form broken on "/team" page"
......@@ -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.',
],
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment