summaryrefslogtreecommitdiff
path: root/web-ui/test/spec/services/mail_service.spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/test/spec/services/mail_service.spec.js')
-rw-r--r--web-ui/test/spec/services/mail_service.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/test/spec/services/mail_service.spec.js b/web-ui/test/spec/services/mail_service.spec.js
index 2d22d1cf..e8c27d05 100644
--- a/web-ui/test/spec/services/mail_service.spec.js
+++ b/web-ui/test/spec/services/mail_service.spec.js
@@ -204,7 +204,7 @@ describeComponent('services/mail_service', function () {
this.component.trigger(Pixelated.events.mail.archiveMany, mails);
deferred.reject({});
- expect(this.component.errorMessage).toHaveBeenCalledWith(i18n.t('Could not archive emails'));
+ expect(this.component.errorMessage).toHaveBeenCalledWith(i18n.t('could-not-archive'));
});
it('make an ajax request to /mails/archive', function() {