Skip to content
Snippets Groups Projects
Unverified Commit 9cb3a79b authored by Morris Jobke's avatar Morris Jobke Committed by GitHub
Browse files

Merge pull request #7971 from nextcloud/comradekingu-patch-1

Spelling: There was an error loading → could not load
parents 5c360a41 7fb1e458
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@
var ERROR_TEMPLATE = ''
+ '<div class="emptycontent">'
+ ' <div class="icon-search"></div>'
+ ' <h2>' + t('core', 'There was an error loading your contacts') + '</h2>'
+ ' <h2>' + t('core', 'Could not load your contacts') + '</h2>'
+ '</div>';
var CONTACT_TEMPLATE = ''
+ '{{#if contact.avatar}}'
......
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment