Commit b55c9f7a authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix wording of Safari warning.

parent 7f4ad6b1
...@@ -1421,7 +1421,7 @@ async function addShareMedia() { ...@@ -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?'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment