mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
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) {
|
if (t.indexOf(".browser_update]") !== -1) {
|
||||||
// very old browsers might fail to load even translations
|
// very old browsers might fail to load even translations
|
||||||
t =
|
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
|
// create the notification div HTML
|
||||||
|
@ -3696,7 +3696,7 @@ en:
|
|||||||
today: "Today"
|
today: "Today"
|
||||||
other_periods: "see top:"
|
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:
|
permission_types:
|
||||||
full: "Create / Reply / See"
|
full: "Create / Reply / See"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user