Fix wording of Safari warning.
This commit is contained in:
+1
-1
@@ -1421,7 +1421,7 @@ async function addShareMedia() {
|
|||||||
if(!safariScreenshareDone) {
|
if(!safariScreenshareDone) {
|
||||||
if(isSafari()) {
|
if(isSafari()) {
|
||||||
let ok = confirm(
|
let ok = confirm(
|
||||||
'Screen sharing in Safari is very broken. ' +
|
'Screen sharing in Safari is badly broken. ' +
|
||||||
'It will work at first, ' +
|
'It will work at first, ' +
|
||||||
'but then your video will randomly freeze. ' +
|
'but then your video will randomly freeze. ' +
|
||||||
'Are you sure that you wish to enable screensharing?'
|
'Are you sure that you wish to enable screensharing?'
|
||||||
|
|||||||
Reference in New Issue
Block a user