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

Merge branch '1082-contact-form-says-that-e-mail-is-optional-although-it-s-not' into 'development'

Resolve "Contact form says that E-Mail is optional although it's not"

Closes #1082

See merge request !1781
parents 9a70ffa2 2bf56c86
No related branches found
No related tags found
3 merge requests!1895Development,!1785Development,!1781Resolve "Contact form says that E-Mail is optional although it's not"
......@@ -6,7 +6,7 @@ return [
'form.1' => 'Secure Contact Form',
'form.2' => 'Via this form you can contact us by e-mail.',
'form.name' => 'Forename, Surname',
'form.5' => 'Your e-mail-adress (optional)',
'form.5' => 'Your e-mail-adress',
'form.6' => 'Your message',
'form.7' => 'Subject',
'form.8' => 'Send',
......
......@@ -40,11 +40,12 @@
<h2>{!! trans('kontakt.mail.1') !!}</h2>
@if(LaravelLocalization::getCurrentLocale() === "de")
<p>{!! trans('kontakt.mail.2', ["mail" => "support@suma-ev.de"]) !!}</p>
<p>{!! trans('kontakt.mail.3') !!}</p>
<textarea id="pubkey" style="width:50%" rows="8" readonly>@include('kontakt/pgp')</textarea>
@else
<p>{!! trans('kontakt.mail.2', ["mail" => "support@metager.org"]) !!}</p>
@endif
<p>{!! trans('kontakt.mail.3') !!}</p>
<textarea id="pubkey" style="width:50%" rows="8" readonly>@include('kontakt/pgp')</textarea>
</div>
<div class="card-heavy">
<h2>{!! trans('kontakt.letter.1') !!}</h2>
......
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