Update ui/src/components/FailSafeModeOverlay.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Aveline 2025-11-10 12:29:26 +01:00 committed by GitHub
parent 502cd4ecc2
commit 6b052e7777
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ export function FailSafeModeOverlay({ reason }: FailSafeModeOverlayProps) {
// Open GitHub issue
const issueBody = `## Issue Description
The \`${reason}\` process encountered an error and fail safe mode was activated.
The \`${reason}\` process encountered an error and failsafe mode was activated.
**Reason:** \`${reason}\`
**Timestamp:** ${new Date().toISOString()}