1
Fork 0

Fix wording of Safari warning.

This commit is contained in:
Juliusz Chroboczek 2022-05-19 15:24:15 +02:00
parent 7f4ad6b1d8
commit b55c9f7a92
1 changed files with 1 additions and 1 deletions

View File

@ -1421,7 +1421,7 @@ async function addShareMedia() {
if(!safariScreenshareDone) {
if(isSafari()) {
let ok = confirm(
'Screen sharing in Safari is very broken. ' +
'Screen sharing in Safari is badly broken. ' +
'It will work at first, ' +
'but then your video will randomly freeze. ' +
'Are you sure that you wish to enable screensharing?'