# Missing {{sentTo}} value

**URL:** https://meta.discourse.org/t/missing-sentto-value/52292
**Category:** Translations
**Created:** [November 1, 2016, 11:07am UTC](https://meta.discourse.org/t/missing-sentto-value/52292 "2016-11-01T11:07:28Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Silvanus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/silvanus/32/62831_2.png) [@Silvanus](https://meta.discourse.org/u/Silvanus)
#### Post date: [November 1, 2016, 11:07am UTC](https://meta.discourse.org/t/missing-sentto-value/52292/1 "2016-11-01T11:07:28Z")

</div>

> Kirjaudu  
> Lähetimme uuden vahvistusviestin sinulle osoitteeseen **[missing {{sentTo}} value]**. Viestin saapumisessa voi kestää muutama minuutti, muista tarkastaa myös roskapostikansio.

A (wannabe) user contacted the admins on my forum. They had received this message (fi-locale) after asking for new confirmation email to be sent (as it was previously not sent). I take it something is broken.

The user is currently unconfirmed, but it has the email set up right.

---

<div class="post-metadata">

### Author: ![Silvanus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/silvanus/32/62831_2.png) [@Silvanus](https://meta.discourse.org/u/Silvanus)
#### Post date: [November 1, 2016, 2:28pm UTC](https://meta.discourse.org/t/missing-sentto-value/52292/2 "2016-11-01T14:28:39Z")

</div>

I just checked. This user has not been sent any mail, even though I clicked the admin link to send them password renewal link. Tried sending test mail, that went through, but no other mail is registered even though the profile was created…

---

<div class="post-metadata">

### Author: ![gerhard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gerhard/32/119479_2.png) [@gerhard](https://meta.discourse.org/u/gerhard)
#### Post date: [November 1, 2016, 5:49pm UTC](https://meta.discourse.org/t/missing-sentto-value/52292/4 "2016-11-01T17:49:28Z")

</div>

It’s a problem with the Finnish translation. The English text uses the `{{currentEmail}}` placeholder, not `{{sentTo}}`. You should fix it on Transifex.

> <https://github.com/discourse/discourse/blob/main/config/locales/client.en.yml#L982-L982>

---

<div class="post-metadata">

### Author: ![rizka](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rizka/32/79717_2.png) [@rizka](https://meta.discourse.org/u/rizka)
#### Post date: [November 1, 2016, 5:54pm UTC](https://meta.discourse.org/t/missing-sentto-value/52292/5 "2016-11-01T17:54:13Z")

</div>

You are right @gerhard . I fixed it.
