Improved message
This commit is contained in:
parent
edf7213297
commit
e08be4e921
|
@ -1152,7 +1152,7 @@ class Contact extends BaseObject
|
||||||
Addon::callHooks('follow', $arr);
|
Addon::callHooks('follow', $arr);
|
||||||
|
|
||||||
if (empty($arr)) {
|
if (empty($arr)) {
|
||||||
$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.');
|
$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 configured on this system.');
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user