register step

This commit is contained in:
Kevin Adametz 2020-03-26 09:46:06 +01:00
parent 1ada368ed4
commit f06d2d15a5
50 changed files with 748 additions and 276 deletions

View file

@ -84,12 +84,12 @@
<h1>Registrierung</h1>
<div class="panel panel-default">
<div class="panel-body">
<h3>{{ __('Thank you for your registration!') }}</h3>
<h4>{{ __('We have sent you an e-mail with a link to activate your data.') }}</h4>
<p>{{ __('Please check your emails and confirm the link.') }}</p>
<h3>{{ trans('register.reg_finisch_hl') }}</h3>
<p>{{ trans('register.reg_finisch_line_1') }}<br>
{{ trans('register.reg_finisch_line_2') }}</p>
<hr />
<p>
<strong>{{ __('your mivita.care team') }}</strong>
<strong>{{ trans('register.sender') }}</strong>
</p>
</div>
</div>