summaryrefslogtreecommitdiff
path: root/web-ui
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
parent5d91bef3f38359bec79b6fa08885b018061b7516 (diff)
Changing 'trash it' buttons to 'delete it' so language is consistent throughout the app
Diffstat (limited to 'web-ui')
-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>