mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
trans fixed
This commit is contained in:
parent
eb5eb188fa
commit
b9025faef6
@ -77,7 +77,7 @@ class UsersFieldsSeeder extends Seeder
|
||||
'slug' => 'register_type',
|
||||
'type' => 'anomaly.field_type.select',
|
||||
"config" => [
|
||||
'options' => '1: ' . trans('visiosoft.module.profile::field.individual.name') . "\n2: " . trans('visiosoft.module.profile::field.corporate.name')
|
||||
'options' => '1: ' . 'visiosoft.module.profile::field.individual.name' . "\n2: " . 'visiosoft.module.profile::field.corporate.name'
|
||||
]
|
||||
],
|
||||
[
|
||||
|
||||
Loading…
Reference in New Issue
Block a user