File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 220220 'new_email ' => 'Neue Email Adresse ' ,
221221 'first_name ' => 'Vornahme ' ,
222222 'last_name ' => 'Nachname ' ,
223- 'update_identitity ' => 'Account bearbeiten ' ,
223+ 'update_identity ' => 'Account bearbeiten ' ,
224224 'username_help ' => 'Dein Username darf nicht bereits vergeben sein oder folgende Zeichen enthakten: :requirements. ' ,
225225 ],
226226 'security ' => [
Original file line number Diff line number Diff line change 6262 'new_email ' => 'New Email Address ' ,
6363 'first_name ' => 'First Name ' ,
6464 'last_name ' => 'Last Name ' ,
65- 'update_identitity ' => 'Update Identity ' ,
65+ 'update_identity ' => 'Update Identity ' ,
6666 'username_help ' => 'Your username must be unique to your account, and may only contain the following characters: :requirements. ' ,
6767 ],
6868 'security ' => [
Original file line number Diff line number Diff line change 220220 'new_email ' => 'Nueva Dirección De Correo Electrónico ' ,
221221 'first_name ' => 'Primer Nombre ' ,
222222 'last_name ' => 'Apellido ' ,
223- 'update_identitity ' => 'Actualización De La Identidad ' ,
223+ 'update_identity ' => 'Actualización De La Identidad ' ,
224224 'username_help ' => 'Su nombre de usuario debe ser único a su cuenta, y sólo pueden contener los siguientes caracteres: :requirements. ' ,
225225 ],
226226 'security ' => [
Original file line number Diff line number Diff line change 6464 <div class =" box box-primary" >
6565 <form action =" {{ route (' account' ) } }" method =" POST" >
6666 <div class =" box-header with-border" >
67- <h3 class =" box-title" >@lang (' base.account.update_identitity ' )</h3 >
67+ <h3 class =" box-title" >@lang (' base.account.update_identity ' )</h3 >
6868 </div >
6969 <div class =" box-body" >
7070 <div class =" row" >
9494 <div class =" box-footer with-border" >
9595 {!! csrf_field () ! !}
9696 <input type =" hidden" name =" do_action" value =" identity" />
97- <button type =" submit" class =" btn btn-sm btn-primary" >@lang (' base.account.update_identitity ' )</button >
97+ <button type =" submit" class =" btn btn-sm btn-primary" >@lang (' base.account.update_identity ' )</button >
9898 </div >
9999 </form >
100100 </div >
You can’t perform that action at this time.
0 commit comments