Merge pull request #806 from openclassify/dia

add register type trans
This commit is contained in:
Ozcan Durak 2020-11-23 12:08:55 +03:00 committed by GitHub
commit 520047ef9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -212,7 +212,7 @@
<label class="control-label font-weight-bold">
{{ trans("visiosoft.module.profile::field.register_type.name") }}
</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 class="col-md-12 text-right">