# User preferences: plugin-outlet "user-preferences-desktop-notifications" not translated

**URL:** https://meta.discourse.org/t/user-preferences-plugin-outlet-user-preferences-desktop-notifications-not-translated/87840
**Category:** Translations
**Created:** [18.Май.2018 14:47:29 UTC](https://meta.discourse.org/t/user-preferences-plugin-outlet-user-preferences-desktop-notifications-not-translated/87840 "2018-05-18T14:47:29Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![claas](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/claas/32/71725_2.png) [@claas](https://meta.discourse.org/u/claas)
#### Post date: [18.Май.2018 14:47:30 UTC](https://meta.discourse.org/t/user-preferences-plugin-outlet-user-preferences-desktop-notifications-not-translated/87840/1 "2018-05-18T14:47:30Z")

</div>

I noticed that the text “Prefer push notifications on desktop” in the user preferences here on meta is not localised:

 ![image](https://global.discourse-cdn.com/meta/original/3X/1/9/198e955041e2b19453ce237fcb09e54913af58fc.png)

The relevant code is here:

> <https://github.com/discourse/discourse/blob/008480127fd6fd84a009d389bffe45acfa6ccd7d/app/assets/javascripts/discourse/templates/preferences/notifications.hbs#L27>

Is this a “Discourse Meta”-specific plugin outlet?

---

<div class="post-metadata">

### Author: ![claas](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/claas/32/71725_2.png) [@claas](https://meta.discourse.org/u/claas)
#### Post date: [18.Май.2018 14:49:09 UTC](https://meta.discourse.org/t/user-preferences-plugin-outlet-user-preferences-desktop-notifications-not-translated/87840/2 "2018-05-18T14:49:09Z")

</div>

> [@claas](#):
>
> Is this a “Discourse Meta”-specific plugin outlet?

Ah, I [just found here](https://github.com/search?q=org%3Adiscourse+%22Prefer+push+notifications+on+desktop%22&type=Code) that this comes in fact from the official [discourse-push-notifications](https://github.com/discourse/discourse-push-notifications) plugin:

[https://github.com/discourse/discourse-push-notifications/blob/master/assets/javascripts/discourse/templates/components/push-notification-config.hbs#L6](https://github.com/discourse/discourse-push-notifications/blob/master/assets/javascripts/discourse/templates/components/push-notification-config.hbs#L6)

> <https://github.com/discourse/discourse-push-notifications/blob/a3f2c0a284ac3f8377b63c8ec5016cc36ffed0bf/config/locales/client.en.yml#L4>

So it just doesn’t seem to be on Transifex yet. Who can fix this?
