summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2018-01-20 09:15:50 +0100
committerGitHub <noreply@github.com>2018-01-20 09:15:50 +0100
commit29d68d7a35c5fe32185c2afc2205b35b27273097 (patch)
treefc7b9afa435c04a5e9eaf24e620d3e97df3b316b /core
parent2635073909e5d20ca2902d94c671061748267489 (diff)
downloadnextcloud-server-29d68d7a35c5fe32185c2afc2205b35b27273097.tar.gz
nextcloud-server-29d68d7a35c5fe32185c2afc2205b35b27273097.zip
There was an error loading → could not load
Diffstat (limited to 'core')
-rw-r--r--core/js/tests/specs/contactsmenuSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/tests/specs/contactsmenuSpec.js b/core/js/tests/specs/contactsmenuSpec.js
index 8e57dc35f01..3fa8671e2ac 100644
--- a/core/js/tests/specs/contactsmenuSpec.js
+++ b/core/js/tests/specs/contactsmenuSpec.js
@@ -72,7 +72,7 @@ describe('Contacts menu', function() {
fakeServer.respond();
opening.then(function() {
- expect($menuEl.html()).toContain('There was an error loading your contacts');
+ expect($menuEl.html()).toContain('Could not load your contacts');
expect(console.error).toHaveBeenCalledTimes(1);
done();
}, function(e) {