change(ui): change error toast for rec

This commit is contained in:
nick-delirium 2023-04-12 15:02:05 +02:00
parent e09396eaa3
commit 5457857979

View file

@ -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.');
}
}