summaryrefslogtreecommitdiff
path: root/web-ui/app/js/services/mail_service.js
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2016-06-28 17:04:45 -0300
committerTulio Casagrande <tcasagra@thoughtworks.com>2016-06-28 17:08:48 -0300
commit0e6217184eeeb69fa85fcf97d28be37e9042a71d (patch)
tree988f628b602d43685d2e26f68b3b28e6dc469671 /web-ui/app/js/services/mail_service.js
parent1cf3d16637e0a128c3e12236614cc0cd4f40dfc7 (diff)
Added remaining translations strings
Diffstat (limited to 'web-ui/app/js/services/mail_service.js')
-rw-r--r--web-ui/app/js/services/mail_service.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/js/services/mail_service.js b/web-ui/app/js/services/mail_service.js
index 529a43b8..bc56daf8 100644
--- a/web-ui/app/js/services/mail_service.js
+++ b/web-ui/app/js/services/mail_service.js
@@ -151,7 +151,7 @@ define(
contentType: 'application/json; charset=utf-8',
data: JSON.stringify({idents: mailIdents})
}).done(this.triggerArchived(dataToArchive))
- .fail(this.errorMessage(i18n.t('Could not archive emails')));
+ .fail(this.errorMessage(i18n.t('could-not-archive')));
};
this.deleteMail = function (ev, data) {