summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/src/views/UnsupportedBrowser.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/views/UnsupportedBrowser.vue b/core/src/views/UnsupportedBrowser.vue
index 10f2b24decc..86e24925c32 100644
--- a/core/src/views/UnsupportedBrowser.vue
+++ b/core/src/views/UnsupportedBrowser.vue
@@ -29,7 +29,7 @@
<template #action>
<div>
<h2>
- {{ t('core', 'Browser unsupported! Please upgrade to a more recent version or switch to a supported one!') }}
+ {{ t('core', 'Your browser is not supported. Please upgrade to a newer version or a supported one.') }}
</h2>
<NcButton class="content-unsupported-browser__continue" type="primary" @click="forceBrowsing">
{{ t('core', 'Continue with this unsupported browser') }}