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:
parent
719efc46a9
commit
9e603e9374
|
@ -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
|
||||
|
|
|
@ -3696,7 +3696,7 @@ en:
|
|||
today: "Today"
|
||||
other_periods: "see top:"
|
||||
|
||||
browser_update: '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.'
|
||||
browser_update: '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.'
|
||||
|
||||
permission_types:
|
||||
full: "Create / Reply / See"
|
||||
|
|
Loading…
Reference in New Issue