Skip to content

Commit 7b81873

Browse files
jbrooksukclaude
andauthored
Fix incident status form label translation key (#351)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent bedc6f0 commit 7b81873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Filament/Resources/Incidents/IncidentResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static function form(Schema $schema): Schema
5252
->maxLength(255)
5353
->autocomplete(false),
5454
ToggleButtons::make('status')
55-
->label(__('cachet::incident.form.name_label'))
55+
->label(__('cachet::incident.form.status_label'))
5656
->inline()
5757
->columnSpanFull()
5858
->options(IncidentStatusEnum::class)

0 commit comments

Comments
 (0)