mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-08 22:36:06 -06:00
add register type trans
This commit is contained in:
parent
24769559bb
commit
44190ced5b
@ -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'
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|||||||
@ -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">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user