add register type trans

This commit is contained in:
Diatrex 2020-11-23 11:58:18 +03:00
parent 24769559bb
commit 44190ced5b
2 changed files with 2 additions and 2 deletions

View File

@ -455,6 +455,7 @@ return [
'edit_details' => 'Edit Details', 'edit_details' => 'Edit Details',
'update' => 'Update', 'update' => 'Update',
'change_password' => 'Change Password', 'change_password' => 'Change Password',
'choose_an_option' => 'Choose an option...',
// Register page // Register page
'accept_terms_label' => 'I accept the terms.', 'accept_terms_label' => 'I accept the terms.',
@ -466,5 +467,4 @@ return [
'personal' => [ 'personal' => [
'name' => 'Personal' 'name' => 'Personal'
], ],
]; ];

View File

@ -212,7 +212,7 @@
<label class="control-label font-weight-bold"> <label class="control-label font-weight-bold">
{{ trans("visiosoft.module.profile::field.register_type.name") }} {{ trans("visiosoft.module.profile::field.register_type.name") }}
</label> </label>
{{ profileForm.fields.register_type.input|raw }} {{ profileForm.fields.register_type.setPlaceholder(trans('visiosoft.module.profile::field.choose_an_option')).input|raw }}
</div> </div>
</div> </div>
<div class="col-md-12 text-right"> <div class="col-md-12 text-right">