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 bedc6f0 commit 7b81873Copy full SHA for 7b81873
1 file changed
src/Filament/Resources/Incidents/IncidentResource.php
@@ -52,7 +52,7 @@ public static function form(Schema $schema): Schema
52
->maxLength(255)
53
->autocomplete(false),
54
ToggleButtons::make('status')
55
- ->label(__('cachet::incident.form.name_label'))
+ ->label(__('cachet::incident.form.status_label'))
56
->inline()
57
->columnSpanFull()
58
->options(IncidentStatusEnum::class)
0 commit comments