mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Fix wording of Safari warning.
This commit is contained in:
parent
7f4ad6b1d8
commit
b55c9f7a92
1 changed files with 1 additions and 1 deletions
|
@ -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?'
|
||||||
|
|
Loading…
Reference in a new issue