From 9e603e93741ff68cfec5d7e953351ebc997d6636 Mon Sep 17 00:00:00 2001 From: Bianca Nenciu Date: Mon, 18 Jul 2022 19:32:04 +0300 Subject: [PATCH] COPY: Change "old" to "unsupported" browser (#17555) The word choice was inaccurate because new browsers may still not work well with Discourse because not all required browser features are present. --- app/assets/javascripts/discourse/scripts/browser-update.js | 2 +- config/locales/client.en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"