summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web-ui/app/locales/en-us/translation.json2
-rw-r--r--web-ui/app/locales/en/translation.json2
-rw-r--r--web-ui/app/templates/mails/mail_actions.hbs2
3 files changed, 3 insertions, 3 deletions
diff --git a/web-ui/app/locales/en-us/translation.json b/web-ui/app/locales/en-us/translation.json
index b84f39bb..24eb2899 100644
--- a/web-ui/app/locales/en-us/translation.json
+++ b/web-ui/app/locales/en-us/translation.json
@@ -55,7 +55,7 @@
"send-button": "Send",
"sending-mail": "Sending...",
"draft-button": "Save Draft",
- "trash-button": "Trash it",
+ "trash-button": "Delete it",
"Search..." : "Search...",
"Search results for:": "Search results for:",
"Tags": "Tags",
diff --git a/web-ui/app/locales/en/translation.json b/web-ui/app/locales/en/translation.json
index b84f39bb..24eb2899 100644
--- a/web-ui/app/locales/en/translation.json
+++ b/web-ui/app/locales/en/translation.json
@@ -55,7 +55,7 @@
"send-button": "Send",
"sending-mail": "Sending...",
"draft-button": "Save Draft",
- "trash-button": "Trash it",
+ "trash-button": "Delete it",
"Search..." : "Search...",
"Search results for:": "Search results for:",
"Tags": "Tags",
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>