summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/compose/reply_section.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/templates/compose/reply_section.hbs')
-rw-r--r--web-ui/app/templates/compose/reply_section.hbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/app/templates/compose/reply_section.hbs b/web-ui/app/templates/compose/reply_section.hbs
index 85ab49c4..45203d87 100644
--- a/web-ui/app/templates/compose/reply_section.hbs
+++ b/web-ui/app/templates/compose/reply_section.hbs
@@ -1,6 +1,6 @@
<div class="reply-container columns small-12 large-12">
- <button id="reply-button" class="column small-12 large-4">{{t 'Reply'}} <i class="fa fa-reply"></i></button>
+ <button id="reply-button" class="column small-12 large-4">{{t 'reply'}} <i class="fa fa-reply"></i></button>
<button id="reply-all-button" class="column small-12 large-4">{{t 'reply-to-all'}} <i class="fa fa-reply-all"></i></button>
- <button id="forward-button" class="column small-12 large-4">{{t 'Forward'}} <i class="fa fa-mail-forward"></i></button>
+ <button id="forward-button" class="column small-12 large-4">{{t 'forward'}} <i class="fa fa-mail-forward"></i></button>
<div id="reply-box" style="display:none"></div>
</div>