diff --git a/frontend/app/utils/screenRecorder.ts b/frontend/app/utils/screenRecorder.ts index 415cf2d7b..f06aee508 100644 --- a/frontend/app/utils/screenRecorder.ts +++ b/frontend/app/utils/screenRecorder.ts @@ -107,7 +107,7 @@ export async function screenRecorder(recName: string, sessionId: string, saveCb: } } catch (e) { console.error('OpenReplay:', e); - toast.error('Screen recording is not permitted on your browser'); + toast.error('Screen recording is not permitted by your system and/or browser. Make sure to enable it in your browser as well as in your system settings.'); } }