summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/mails
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2016-06-23 20:11:08 -0300
committerTulio Casagrande <tcasagra@thoughtworks.com>2016-06-23 20:11:08 -0300
commit0837621dd7a4d843adabd1ea80e42d8599cbe5f7 (patch)
tree180592cc063b5e83831c8edda0a944a4f3170fd6 /web-ui/app/templates/mails
parentf1e5f54048cfadec42990f3dfb212c7147bf5faa (diff)
[#619] Fix some missing translation strings
Diffstat (limited to 'web-ui/app/templates/mails')
-rw-r--r--web-ui/app/templates/mails/draft.hbs2
-rw-r--r--web-ui/app/templates/mails/mail_actions.hbs4
-rw-r--r--web-ui/app/templates/mails/sent.hbs2
3 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 d223c0a4..942b9815 100644
--- a/web-ui/app/templates/mails/draft.hbs
+++ b/web-ui/app/templates/mails/draft.hbs
@@ -5,7 +5,7 @@
<a class="mail-list-entry__item" href="/#/{{ currentTag }}/mail/{{ ident }}">
<div>
<div class="mail-list-entry__item-from">
- {{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 @@
<button id="reply-button-top" class="mail-read-view__header-actions-button mail-read-view__header-actions-button--reply"><i class="fa fa-reply"></i></button>
<button id="view-more-actions" class="mail-read-view__header-actions-button mail-read-view__header-actions-button--more"><i class="fa fa-caret-down"></i></button>
<ul id="more-actions" class="mail-read-view__header-actions-dropdown">
- <li id="reply-all-button-top" class="mail-read-view__header-actions-dropdown-entry">{{t 'Reply to All'}}</li>
- <li id="delete-button-top" class="mail-read-view__header-actions-dropdown-entry">{{t 'Delete this message'}}</li>
+ <li id="reply-all-button-top" class="mail-read-view__header-actions-dropdown-entry">{{t 'reply-to-all'}}</li>
+ <li id="delete-button-top" class="mail-read-view__header-actions-dropdown-entry">{{t 'delete-this-message'}}</li>
</ul>
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 @@
<a class="mail-list-entry__item" href="/#/{{ currentTag }}/mail/{{ ident }}">
<div>
<div class="mail-list-entry__item-from">
- {{t 'to:'}}
+ {{t 'to'}}:
{{#if header.to }}
{{ header.to }}
{{else}}