Some other message

pull/4363/head
Michael 2018-01-30 20:48:12 +00:00
parent e08be4e921
commit f8526c1664
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 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;
}