🚸 highlight the verification process 2

This commit is contained in:
DrMaxNix 2024-02-20 22:40:55 +01:00
parent a827fa32f3
commit 2a98f52b7e
2 changed files with 6 additions and 0 deletions

View File

@ -452,6 +452,8 @@
</div>
</div>
<span class="inline"><?= $dict->get("news_newsletter_process_description") ?></span>
<span class="inline gray"><?= $dict->get("news_newsletter_note") ?></span>
</div>

View File

@ -374,6 +374,10 @@
"de" => "Verifizierungs-Mail senden",
"en" => "Send verification mail"
],
"news_newsletter_process_description" => [
"de" => "Du bekommst eine Verifizierungs-Mail mit einem Link zugesendet. Erst nachdem Du auf diesen Link geklickt hast wirst Du für den Newsletter angemeldet!",
"en" => "You will receive a verification mail with a link. You must click on this link to be subscribed to the newsletter!"
],
"news_newsletter_note" => [
"de" => "Hinweis: Der Newsletter kann je nach Mail-Anbieter unter Umständen im Spam-Ordner landen.",
"en" => "Note: Depending on your mail provider, the newsletter may end up in your spam folder."