summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/compose/inline_box.hbs
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2016-06-28 17:04:45 -0300
committerTulio Casagrande <tcasagra@thoughtworks.com>2016-06-28 17:08:48 -0300
commit0e6217184eeeb69fa85fcf97d28be37e9042a71d (patch)
tree988f628b602d43685d2e26f68b3b28e6dc469671 /web-ui/app/templates/compose/inline_box.hbs
parent1cf3d16637e0a128c3e12236614cc0cd4f40dfc7 (diff)
Added remaining translations strings
Diffstat (limited to 'web-ui/app/templates/compose/inline_box.hbs')
-rw-r--r--web-ui/app/templates/compose/inline_box.hbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/app/templates/compose/inline_box.hbs b/web-ui/app/templates/compose/inline_box.hbs
index 543e69de..fbb62b0f 100644
--- a/web-ui/app/templates/compose/inline_box.hbs
+++ b/web-ui/app/templates/compose/inline_box.hbs
@@ -2,10 +2,10 @@
<h4 id="reply-subject">{{subject}}</h4>
<input type="text" value="{{subject}}" style="display: none"/>
</div>
-<textarea id="text-box" placeholder="{{t 'Body'}}" tabindex=1>{{body}}</textarea>
+<textarea id="text-box" placeholder="{{t 'body'}}" tabindex=1>{{body}}</textarea>
<a id="all-recipients" tabindex=2>
- <strong>{{t 'To'}}:</strong> {{formatRecipients recipients}}
+ <strong>{{t 'to'}}:</strong> {{formatRecipients recipients}}
</a>
{{> recipients }}