# Request: Allow easier customization of "outdated browser" message

**URL:** https://meta.discourse.org/t/request-allow-easier-customization-of-outdated-browser-message/19488
**Category:** Feature
**Created:** [September 1, 2014, 3:59am UTC](https://meta.discourse.org/t/request-allow-easier-customization-of-outdated-browser-message/19488 "2014-09-01T03:59:24Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![fysics](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fysics/32/34080_2.png) [@fysics](https://meta.discourse.org/u/fysics)
#### Post date: [September 1, 2014, 3:59am UTC](https://meta.discourse.org/t/request-allow-easier-customization-of-outdated-browser-message/19488/1 "2014-09-01T03:59:24Z")

</div>

Continuing the discussion from [Unable to change browser update message string](https://meta.discourse.org/t/unable-to-change-browser-update-message-string/12401):

I’m suggesting that this text should be customizable from `/admin/site_contents`.

Currently, it says the following:

> Unfortunately, your [browser is too old to work on this Discourse forum](http://www.discourse.org/faq/#browser). Please [upgrade your browser](http://browsehappy.com/).

It **can** be adjusted by editing `client.en.yml` as described above. However, I think it would be beneficial for it to be adjustable from `/admin/site_contents`.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [September 1, 2014, 4:17am UTC](https://meta.discourse.org/t/request-allow-easier-customization-of-outdated-browser-message/19488/2 "2014-09-01T04:17:53Z")

</div>

Customized to what exactly? What else could be said there?

---

<div class="post-metadata">

### Author: ![fysics](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fysics/32/34080_2.png) [@fysics](https://meta.discourse.org/u/fysics)
#### Post date: [September 1, 2014, 4:24am UTC](https://meta.discourse.org/t/request-allow-easier-customization-of-outdated-browser-message/19488/3 "2014-09-01T04:24:05Z")

</div>

The link could point to a different site. i.e. [whatbrowser.org](http://whatbrowser.org)

The first part could be adjusted to include the community name.

---

<div class="post-metadata">

### Author: ![Martis](https://avatars.discourse-cdn.com/v4/letter/m/0ea827/32.png) [@Martis](https://meta.discourse.org/u/Martis)
#### Post date: [September 1, 2014, 4:48am UTC](https://meta.discourse.org/t/request-allow-easier-customization-of-outdated-browser-message/19488/4 "2014-09-01T04:48:30Z")

</div>

In general it would be great to easily overwrite particular variables in client.en.yml. Can this be done in a plugin?

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [September 1, 2014, 5:46am UTC](https://meta.discourse.org/t/request-allow-easier-customization-of-outdated-browser-message/19488/5 "2014-09-01T05:46:52Z")

</div>

Yes - include a locale file in the plugin overriding the exact strings, and a plugin.rb with just headers.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [September 1, 2014, 6:32am UTC](https://meta.discourse.org/t/request-allow-easier-customization-of-outdated-browser-message/19488/6 "2014-09-01T06:32:27Z")

</div>

OK in the meantime I shortened it slightly to

> Unfortunately, [your browser is too old to work on this site](http://www.discourse.org/faq/#browser). Please [upgrade your browser](http://browsehappy.com).

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [December 4, 2025, 11:31am UTC](https://meta.discourse.org/t/request-allow-easier-customization-of-outdated-browser-message/19488/7 "2025-12-04T11:31:43Z")

</div>


