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

Merge branch '1281-link-to-contact-form-broken-on-team-page' into 'development'

Resolve "Link to contact form broken on "/team" page"

Closes #1281

See merge request !2138
parents c87a4774 d53124c6
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 [ ...@@ -15,7 +15,7 @@ return [
'9' => 'trainee', '9' => 'trainee',
], ],
'contact' => [ '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>', '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.', '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 @@ ...@@ -34,7 +34,7 @@
</ul> </ul>
</div> </div>
<div class="card"> <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.2') !!}</p>
<p>{!! trans('team.contact.3') !!}</p> <p>{!! trans('team.contact.3') !!}</p>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment