From 0837621dd7a4d843adabd1ea80e42d8599cbe5f7 Mon Sep 17 00:00:00 2001 From: Tulio Casagrande Date: Thu, 23 Jun 2016 20:11:08 -0300 Subject: [#619] Fix some missing translation strings --- web-ui/app/templates/mails/draft.hbs | 2 +- web-ui/app/templates/mails/mail_actions.hbs | 4 ++-- web-ui/app/templates/mails/sent.hbs | 2 +- 3 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 d223c0a4..942b9815 100644 --- a/web-ui/app/templates/mails/draft.hbs +++ b/web-ui/app/templates/mails/draft.hbs @@ -5,7 +5,7 @@
- {{t 'to:'}} + {{t 'to'}}: {{#if header.to }} {{ header.to }} {{else}} diff --git a/web-ui/app/templates/mails/mail_actions.hbs b/web-ui/app/templates/mails/mail_actions.hbs index 0b717373..0adfe853 100644 --- a/web-ui/app/templates/mails/mail_actions.hbs +++ b/web-ui/app/templates/mails/mail_actions.hbs @@ -1,6 +1,6 @@
    -
  • {{t 'Reply to All'}}
  • -
  • {{t 'Delete this message'}}
  • +
  • {{t 'reply-to-all'}}
  • +
  • {{t 'delete-this-message'}}
diff --git a/web-ui/app/templates/mails/sent.hbs b/web-ui/app/templates/mails/sent.hbs index a637e3d2..be51cfd4 100644 --- a/web-ui/app/templates/mails/sent.hbs +++ b/web-ui/app/templates/mails/sent.hbs @@ -4,7 +4,7 @@
- {{t 'to:'}} + {{t 'to'}}: {{#if header.to }} {{ header.to }} {{else}} -- cgit v1.2.3