Better message

This commit is contained in:
Michael 2018-01-30 19:20:41 +00:00
parent ae362f01d5
commit edf7213297
1 changed files with 1 additions and 1 deletions

View File

@ -1152,7 +1152,7 @@ class Contact extends BaseObject
Addon::callHooks('follow', $arr);
if (empty($arr)) {
$result['message'] = L10n::t('Contact cannot be added.');
$result['message'] = L10n::t('The contact could not be added. It is possible you are attempting to add a contact that requires an Addon that is not enabled on this system.');
return $result;
}