summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/mails
diff options
context:
space:
mode:
authorGabriel Albo <gabriel@albo.com.br>2014-11-12 10:16:34 +0100
committerGabriel Albo <gabriel@albo.com.br>2014-11-12 10:35:34 +0100
commit45f1104cbc733b184dfb7426ebbed61cd0f8f260 (patch)
tree8fbf93dd5777efc2cf6dc90ee0c277043dd9a259 /web-ui/app/templates/mails
parent5d91bef3f38359bec79b6fa08885b018061b7516 (diff)
Changing 'trash it' buttons to 'delete it' so language is consistent throughout the app
Diffstat (limited to 'web-ui/app/templates/mails')
-rw-r--r--web-ui/app/templates/mails/mail_actions.hbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/templates/mails/mail_actions.hbs b/web-ui/app/templates/mails/mail_actions.hbs
index 8933db79..94b79ab9 100644
--- a/web-ui/app/templates/mails/mail_actions.hbs
+++ b/web-ui/app/templates/mails/mail_actions.hbs
@@ -2,5 +2,5 @@
<button id="view-more-actions" class="no-style"><i class="fa fa-caret-down"></i></button>
<ul id="more-actions">
<li><span id="reply-all-button-top">{{t 'Reply to All'}}</span></li>
- <li><span id="delete-button-top">{{t 'Trash this message'}}</span></li>
+ <li><span id="delete-button-top">{{t 'Delete this message'}}</span></li>
</ul>