Skip to content

Fix incident status form label translation key#351

Merged
jbrooksuk merged 1 commit intomainfrom
fix/incident-status-label-translation
Apr 29, 2026
Merged

Fix incident status form label translation key#351
jbrooksuk merged 1 commit intomainfrom
fix/incident-status-label-translation

Conversation

@jbrooksuk
Copy link
Copy Markdown
Member

Summary

  • The status ToggleButtons on the incident form used cachet::incident.form.name_label, the same key as the name field, so it rendered as "Name" instead of "Status".
  • Switched it to cachet::incident.form.status_label, which already exists in the language files.

Closes #341

Test plan

  • Open the incident create/edit form in the dashboard and verify the status field is labelled "Status".

🤖 Generated with Claude Code

The status ToggleButtons reused the name field's translation key, so
the label rendered as "Name" instead of "Status".

Closes #341

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@jbrooksuk jbrooksuk merged commit 7b81873 into main Apr 29, 2026
30 checks passed
@jbrooksuk jbrooksuk deleted the fix/incident-status-label-translation branch April 29, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incident status Filament form label uses wrong translation key

1 participant