app/Http/Livewire/Recipes.php: translate the placeholder value in the profession option array.
This commit is contained in:
parent
531da903ae
commit
fe7d275caf
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class Recipes extends Component
|
|||
return [Str::lower($item['name']) => $item['name']];
|
||||
});
|
||||
|
||||
$this->profession_options = collect(['' => '-- Profession --'])
|
||||
$this->profession_options = collect(['' => '-- ' . __('Profession') . ' --'])
|
||||
->merge($options)
|
||||
->toArray();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue