change(ui): change error toast for rec
This commit is contained in:
parent
e09396eaa3
commit
5457857979
1 changed files with 1 additions and 1 deletions
|
|
@ -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.');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue