mirror of https://github.com/jetkvm/kvm.git
Update ui/src/components/FailSafeModeOverlay.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
502cd4ecc2
commit
6b052e7777
|
|
@ -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()}
|
||||
|
|
|
|||
Loading…
Reference in New Issue