# Admin Panel Translation Error

**URL:** https://meta.discourse.org/t/admin-panel-translation-error/28665
**Category:** Bug
**Tags:** translation, docker
**Created:** [May 12, 2015, 12:09am UTC](https://meta.discourse.org/t/admin-panel-translation-error/28665 "2015-05-12T00:09:16Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![KazWolfe](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kazwolfe/32/64441_2.png) [@KazWolfe](https://meta.discourse.org/u/KazWolfe)
#### Post date: [May 12, 2015, 12:09am UTC](https://meta.discourse.org/t/admin-panel-translation-error/28665/1 "2015-05-12T00:09:16Z")

</div>

There appears to be an issue with translations in the latest version of Discourse:

 ![](https://global.discourse-cdn.com/meta/original/4X/8/d/3/8d361870898202146fa42ab30b36a3f2ca0ea732.png)  
I am currently running v1.3.0.beta7 +89.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [May 12, 2015, 5:23am UTC](https://meta.discourse.org/t/admin-panel-translation-error/28665/2 "2015-05-12T05:23:06Z")

</div>

@eviltrout is this an ember regression?

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [May 12, 2015, 2:42pm UTC](https://meta.discourse.org/t/admin-panel-translation-error/28665/3 "2015-05-12T14:42:33Z")

</div>

Kinda. We were using the old helper binding syntax on that page, and it stopped working in the latest ember. Not sure if that counts as a regression or a deprecation we missed. Either way here’s a fix:

[https://github.com/discourse/discourse/commit/440331e36e89cf84adc788f81b6447e27e56a670](https://github.com/discourse/discourse/commit/440331e36e89cf84adc788f81b6447e27e56a670)

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [May 12, 2015, 3:09pm UTC](https://meta.discourse.org/t/admin-panel-translation-error/28665/4 "2015-05-12T15:09:30Z")

</div>


