This commit is contained in:
Kevin Adametz 2024-08-05 12:05:24 +02:00
parent 04d677d37a
commit bfa3bb1df4
1191 changed files with 637397 additions and 10619 deletions

View file

@ -3,13 +3,14 @@
@section('content')
<div class="card mb-4">
<h5 class="card-header">
{{$user->email}} | {{__('Change E-Mail')}}
{{$user->email}} | {{__('register.change_email')}}
</h5>
<div class="card-body">
<div class="row">
<div class="col-sm-2"></div>
<div class="col-sm-10">
<p>{{__('Change the e-mail address of the contact here. We will send the contact a new activation link to the new e-mail address to verify it.')}}</p>
<p>{{__('register.change_email_contact_address_verify_it_info')}}</p>
</div>
</div>