summaryrefslogtreecommitdiff
path: root/web-ui/app/templates
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2016-06-29 11:08:23 -0300
committerTulio Casagrande <tcasagra@thoughtworks.com>2016-06-29 11:08:23 -0300
commit32bbba001e74c00e2e452acb7ae855dd9c6d3e3a (patch)
treed270b58503e1cf1127ddb1f100732605e117dad8 /web-ui/app/templates
parentfff0f31a664acfdbff0ddd1a18e441dce0ee3514 (diff)
Remove old i18n keys
Diffstat (limited to 'web-ui/app/templates')
-rw-r--r--web-ui/app/templates/mails/draft.hbs4
-rw-r--r--web-ui/app/templates/mails/sent.hbs4
2 files changed, 4 insertions, 4 deletions
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}}
</div> <!-- /.mail-list-entry__item-from -->
@@ -21,7 +21,7 @@
{{#if header.subject }}
{{header.subject}}
{{else}}
- {{t 'no_subject'}}
+ {{t 'no-subject'}}
{{/if}}
</div>
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}}
</div> <!-- /.mail-list-entry__item-from -->
@@ -19,7 +19,7 @@
{{#if header.subject }}
{{header.subject}}
{{else}}
- {{t 'no_subject'}}
+ {{t 'no-subject'}}
{{/if}}
</div>