1
Fork 0
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:
Juliusz Chroboczek 2022-05-19 15:24:15 +02:00
parent 7f4ad6b1d8
commit b55c9f7a92

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?'