summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/compose/inline_box.hbs
diff options
context:
space:
mode:
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 }}