1
0
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:
Thomas Tanghus 2013-04-09 23:19:22 +02:00
parent d300a100c5
commit bf620ad512

View File

@ -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})}
})
);
});