mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
Contacts: Use a more generic error message for failed ajax requests.
This commit is contained in:
parent
d300a100c5
commit
bf620ad512
@ -418,7 +418,7 @@ OC.Contacts = OC.Contacts || {};
|
||||
defer.reject(
|
||||
new JSONResponse({
|
||||
status:'error',
|
||||
data:{message:t('contacts', 'Failed loading address books: {error}', {error:textStatus + ', ' + error})}
|
||||
data:{message:t('contacts', 'Request failed: {error}', {error:textStatus + ', ' + error})}
|
||||
})
|
||||
);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user