mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
There was an error loading → Could not load
This commit is contained in:
parent
29d68d7a35
commit
7fb1e458fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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}}'
|
||||
|
|
|
|||
Loading…
Reference in a new issue