# Missing space after \[PN\]

**URL:** https://meta.discourse.org/t/missing-space-after-pn/49950
**Category:** Translations
**Created:** [September 9, 2016, 7:45pm UTC](https://meta.discourse.org/t/missing-space-after-pn/49950 "2016-09-09T19:45:55Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![fefrei](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fefrei/32/119538_2.png) [@fefrei](https://meta.discourse.org/u/fefrei)
#### Post date: [September 9, 2016, 7:45pm UTC](https://meta.discourse.org/t/missing-space-after-pn/49950/1 "2016-09-09T19:45:55Z")

</div>

When my German Discourse instances send out mails for personal messages, the subject looks like this:

```plaintext
[Discourse] [PN]Topic Title

```

Note that there is no space after `[PN]`. I’d assume this is a translation mishap, but the strings look fine:

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

So where is this space hiding? 🔎

---

<div class="post-metadata">

### Author: ![neil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neil/32/102150_2.png) [@neil](https://meta.discourse.org/u/neil)
#### Post date: [September 9, 2016, 7:50pm UTC](https://meta.discourse.org/t/missing-space-after-pn/49950/2 "2016-09-09T19:50:41Z")

</div>

Looks like it’s from the `subject_pm` string. In english:

```plaintext
  subject_re: "Re: "
  subject_pm: "[PM] "

```

In German:

```plaintext
  subject_re: "Re: "
  subject_pm: "[PN]"

```

---

<div class="post-metadata">

### Author: ![fefrei](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fefrei/32/119538_2.png) [@fefrei](https://meta.discourse.org/u/fefrei)
#### Post date: [September 9, 2016, 7:55pm UTC](https://meta.discourse.org/t/missing-space-after-pn/49950/3 "2016-09-09T19:55:32Z")

</div>

Looks like that’s it. Let me say that Transifex’s UI is… suboptimal here:

 ![](https://global.discourse-cdn.com/meta/original/3X/c/9/c9fd9f574c2c94e9b1a1d8ff18876b006c1541b6.png)

The additional character there is just the line break, the space is completely hidden in the translation view.

Either way, I fixed it in Transifex. Let’s hope that the space isn’t stripped during the YML export…

Thanks for taking that close look! 🙂
