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