We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe995fb commit 2fb4a78Copy full SHA for 2fb4a78
src/Panel/State.php
@@ -240,7 +240,7 @@ public function searches(): array
240
foreach ($area->searches() as $id => $params) {
241
$searches[$id] = [
242
'icon' => $params['icon'] ?? 'search',
243
- 'label' => $params['label'] ?? Str::ucfirst($id),
+ 'label' => $params['label'] ?? Str::label($id),
244
'id' => $id
245
];
246
}
0 commit comments