Some other message

This commit is contained in:
Michael 2018-01-30 20:48:12 +00:00
parent e08be4e921
commit f8526c1664

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 configured on this system.');
$result['message'] = L10n::t('The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page.');
return $result;
}