From 32bbba001e74c00e2e452acb7ae855dd9c6d3e3a Mon Sep 17 00:00:00 2001 From: Tulio Casagrande Date: Wed, 29 Jun 2016 11:08:23 -0300 Subject: Remove old i18n keys --- web-ui/app/templates/mails/draft.hbs | 4 ++-- web-ui/app/templates/mails/sent.hbs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'web-ui/app/templates/mails') diff --git a/web-ui/app/templates/mails/draft.hbs b/web-ui/app/templates/mails/draft.hbs index 942b9815..808ce3ff 100644 --- a/web-ui/app/templates/mails/draft.hbs +++ b/web-ui/app/templates/mails/draft.hbs @@ -9,7 +9,7 @@ {{#if header.to }} {{ header.to }} {{else}} - {{t 'no_recipient'}} + {{t 'no-recipient'}} {{/if}} @@ -21,7 +21,7 @@ {{#if header.subject }} {{header.subject}} {{else}} - {{t 'no_subject'}} + {{t 'no-subject'}} {{/if}} diff --git a/web-ui/app/templates/mails/sent.hbs b/web-ui/app/templates/mails/sent.hbs index be51cfd4..158b20c8 100644 --- a/web-ui/app/templates/mails/sent.hbs +++ b/web-ui/app/templates/mails/sent.hbs @@ -8,7 +8,7 @@ {{#if header.to }} {{ header.to }} {{else}} - {{t 'no_recipient'}} + {{t 'no-recipient'}} {{/if}} @@ -19,7 +19,7 @@ {{#if header.subject }} {{header.subject}} {{else}} - {{t 'no_subject'}} + {{t 'no-subject'}} {{/if}} -- cgit v1.2.3