diff --git a/app/assets/javascripts/discourse/scripts/browser-update.js b/app/assets/javascripts/discourse/scripts/browser-update.js
index f421056a610..f3525b5d0ac 100644
--- a/app/assets/javascripts/discourse/scripts/browser-update.js
+++ b/app/assets/javascripts/discourse/scripts/browser-update.js
@@ -49,7 +49,7 @@
if (t.indexOf(".browser_update]") !== -1) {
// very old browsers might fail to load even translations
t =
- 'Unfortunately, your browser is too old to work on this site. Please upgrade your browser to view rich content, log in and reply.';
+ 'Unfortunately, your browser is unsupported. Please switch to a supported browser to view rich content, log in and reply.';
}
// create the notification div HTML
diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index 1d53cb4cd23..b68a5c2d25d 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -3696,7 +3696,7 @@ en:
today: "Today"
other_periods: "see top:"
- browser_update: 'Unfortunately, your browser is too old to work on this site. Please upgrade your browser to view rich content, log in and reply.'
+ browser_update: 'Unfortunately, your browser is unsupported. Please switch to a supported browser to view rich content, log in and reply.'
permission_types:
full: "Create / Reply / See"