Update notification-log-modal.tsx

This commit is contained in:
Théo LAGACHE
2026-03-04 14:18:46 +01:00
parent 1b026b5f08
commit eb624672e6
@@ -53,7 +53,7 @@ const getTroubleshootingForError = (errorMsg?: any) => {
title: "Unexpected Execution Error", title: "Unexpected Execution Error",
resolution: resolution:
"An unexpected error occurred during execution. Please review the raw system logs or contact support if the issue persists.", "An unexpected error occurred during execution. Please review the raw system logs or contact support if the issue persists.",
docLink: "https://portabase.io/docs/agent/support", docLink: "https://discord.gg/Wgv7xZ8fWJ",
}; };
}; };