# Notification character bug

**URL:** https://meta.discourse.org/t/notification-character-bug/128461
**Category:** UX
**Created:** [September 13, 2019, 6:15am UTC](https://meta.discourse.org/t/notification-character-bug/128461 "2019-09-13T06:15:35Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![TheBestPessimist](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thebestpessimist/32/247704_2.png) [@TheBestPessimist](https://meta.discourse.org/u/TheBestPessimist)
#### Post date: [September 13, 2019, 6:15am UTC](https://meta.discourse.org/t/notification-character-bug/128461/1 "2019-09-13T06:15:35Z")

</div>

Something’s weird here (bad title, please name this properly staff :blush: ):

 ![image](https://global.discourse-cdn.com/meta/original/3X/f/e/fede1a07a9e6bde8ad120d097b992080909ef66d.png)

---

<div class="post-metadata">

### Author: ![rishabh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rishabh/32/179446_2.png) [@rishabh](https://meta.discourse.org/u/rishabh)
#### Post date: [September 13, 2019, 6:22am UTC](https://meta.discourse.org/t/notification-character-bug/128461/2 "2019-09-13T06:22:56Z")

</div>

Thanks for reporting this! I _think_ this is related to the issue reported on [Quick access to bookmarks and messages on user menu - #52 by xrav3nz](https://meta.discourse.org/t/quick-access-to-bookmarks-and-messages-on-user-menu/32787/52). If so, @xrav3nz already has a PR up for it :100:

---

<div class="post-metadata">

### Author: ![TheBestPessimist](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thebestpessimist/32/247704_2.png) [@TheBestPessimist](https://meta.discourse.org/u/TheBestPessimist)
#### Post date: [September 13, 2019, 6:33am UTC](https://meta.discourse.org/t/notification-character-bug/128461/3 "2019-09-13T06:33:31Z")

</div>

> [@rishabh](#):
>
> d to the issue rep

yeah seems like the same bug. please close this dupe

---

<div class="post-metadata">

### Author: ![rishabh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rishabh/32/179446_2.png) [@rishabh](https://meta.discourse.org/u/rishabh)
#### Post date: [September 13, 2019, 6:36am UTC](https://meta.discourse.org/t/notification-character-bug/128461/4 "2019-09-13T06:36:29Z")

</div>



---

<div class="post-metadata">

### Author: ![rishabh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rishabh/32/179446_2.png) [@rishabh](https://meta.discourse.org/u/rishabh)
#### Post date: [September 13, 2019, 7:28am UTC](https://meta.discourse.org/t/notification-character-bug/128461/5 "2019-09-13T07:28:21Z")

</div>



---

<div class="post-metadata">

### Author: ![rishabh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rishabh/32/179446_2.png) [@rishabh](https://meta.discourse.org/u/rishabh)
#### Post date: [September 13, 2019, 7:32am UTC](https://meta.discourse.org/t/notification-character-bug/128461/6 "2019-09-13T07:32:21Z")

</div>

Turns out it isn’t the same bug so we’ll need to keep this open. @xrav3nz could repro this and might look into fixing this sometime soon :hammer_and_wrench:

---

<div class="post-metadata">

### Author: ![xrav3nz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/xrav3nz/32/76894_2.png) [@xrav3nz](https://meta.discourse.org/u/xrav3nz)
#### Post date: [September 13, 2019, 2:18pm UTC](https://meta.discourse.org/t/notification-character-bug/128461/8 "2019-09-13T14:18:43Z")

</div>

Replying here so that others will have the context.

I thought this was weird because the notification tab does not share the same rendering codepath as the others, so I reverted the new quick access feature locally, and can still repro the issue:

 ![image](https://global.discourse-cdn.com/meta/original/3X/a/e/aef76ed9be9feb17885b34eb6acfaeb9fc75bfb0.png)

I believe this is a super edge case with our client-side `I18n.t`, and here is a minimal failing test for it: [https://github.com/xrav3nz/discourse/commit/3d7324281a285158fe75f9e7b42574906c940e49](https://github.com/xrav3nz/discourse/commit/3d7324281a285158fe75f9e7b42574906c940e49).

* * *

Fixed with:

[https://github.com/discourse/discourse/pull/8100](https://github.com/discourse/discourse/pull/8100)

---

<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 14, 2019, 4:39am UTC](https://meta.discourse.org/t/notification-character-bug/128461/9 "2019-09-14T04:39:04Z")

</div>


