Improved message

This commit is contained in:
Michael 2018-01-30 19:31:57 +00:00
parent edf7213297
commit e08be4e921
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('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;
}