]> source.dussan.org Git - nextcloud-server.git/commitdiff
update browser warning
authorszaimen <szaimen@e.mail.de>
Mon, 24 Oct 2022 15:42:41 +0000 (17:42 +0200)
committerSimon L. (Rebase PR Action) <szaimen@e.mail.de>
Tue, 25 Oct 2022 23:01:29 +0000 (23:01 +0000)
Signed-off-by: szaimen <szaimen@e.mail.de>
config/config.sample.php
core/src/views/UnsupportedBrowser.vue

index 016a00c6ad375070181cd29d14e64487f1c69217..12bcdba7380e5b89e2b4a7b5773aacd6b4981c5a 100644 (file)
@@ -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.
index dac2593b02964f7f8c4ccf91c3dd324dcf04fc45..10f2b24decc2bf41bd068d02f49e41c972850696 100644 (file)
                        <template #action>
                                <div>
                                        <h2>
-                                               {{ t('core', 'Please upgrade to a more recent browser') }}
+                                               {{ t('core', 'Browser unsupported! Please upgrade to a more recent version or switch to a supported one!') }}
                                        </h2>
                                        <NcButton class="content-unsupported-browser__continue" type="primary" @click="forceBrowsing">
-                                               {{ t('core', 'Continue with this outdated browser') }}
+                                               {{ t('core', 'Continue with this unsupported browser') }}
                                        </NcButton>
                                </div>