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.
This commit is contained in:
Bianca Nenciu
2022-07-18 19:32:04 +03:00
committed by GitHub
parent 719efc46a9
commit 9e603e9374
2 changed files with 2 additions and 2 deletions
@@ -49,7 +49,7 @@
if (t.indexOf(".browser_update]") !== -1) {
// very old browsers might fail to load even translations
t =
'Unfortunately, <a href="https://www.discourse.org/faq/#browser">your browser is too old to work on this site</a>. Please <a href="https://browsehappy.com">upgrade your browser</a> to view rich content, log in and reply.';
'Unfortunately, <a href="https://www.discourse.org/faq/#browser">your browser is unsupported</a>. Please <a href="https://browsehappy.com">switch to a supported browser</a> to view rich content, log in and reply.';
}
// create the notification div HTML