diff options
author | Allan Nordhøy <epost@anotheragency.no> | 2018-01-20 09:17:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-20 09:17:26 +0100 |
commit | 7fb1e458fac2a710c4a95acb2639d4115b52a972 (patch) | |
tree | 74591164a35bfc6afe7f31d81422121b7d9510ab /core/js | |
parent | 29d68d7a35c5fe32185c2afc2205b35b27273097 (diff) | |
download | nextcloud-server-7fb1e458fac2a710c4a95acb2639d4115b52a972.tar.gz nextcloud-server-7fb1e458fac2a710c4a95acb2639d4115b52a972.zip |
There was an error loading → Could not load
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/contactsmenu.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/contactsmenu.js b/core/js/contactsmenu.js index 8d08ea74f4c..9e7ec552830 100644 --- a/core/js/contactsmenu.js +++ b/core/js/contactsmenu.js @@ -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}}' |