mirror of
https://github.com/jech/galene.git
synced 2024-11-09 02:05:59 +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(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?'
|
||||
|
|
Loading…
Reference in a new issue