From b55c9f7a92bb4b964bfdd09941bb75acfe87656a Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Thu, 19 May 2022 15:24:15 +0200 Subject: [PATCH] Fix wording of Safari warning. --- static/galene.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/galene.js b/static/galene.js index e9258bc..f087f02 100644 --- a/static/galene.js +++ b/static/galene.js @@ -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?'