From: szaimen Date: Mon, 24 Oct 2022 15:42:41 +0000 (+0200) Subject: update browser warning X-Git-Tag: v26.0.0beta1~521^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=88a0e773c0f25b65966355e1ee1cbfec9039a080;p=nextcloud-server.git update browser warning Signed-off-by: szaimen --- diff --git a/config/config.sample.php b/config/config.sample.php index 016a00c6ad3..12bcdba7380 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2183,8 +2183,8 @@ $CONFIG = [ 'login_form_autocomplete' => true, /** - * If your user is using an outdated browser, a warning will be shown - * to offer some guidance to upgrade and ensure a proper Nextcloud experience. + * If your user is using an outdated or unsupported browser, a warning will be shown + * to offer some guidance to upgrade or switch and ensure a proper Nextcloud experience. * They can still bypass it after they have read the warning. * * Simply set this property to "true", if you want to turn this feature off. diff --git a/core/src/views/UnsupportedBrowser.vue b/core/src/views/UnsupportedBrowser.vue index dac2593b029..10f2b24decc 100644 --- a/core/src/views/UnsupportedBrowser.vue +++ b/core/src/views/UnsupportedBrowser.vue @@ -29,10 +29,10 @@