]> git.mxchange.org Git - friendica.git/commitdiff
Some other message
authorMichael <heluecht@pirati.ca>
Tue, 30 Jan 2018 20:48:12 +0000 (20:48 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 30 Jan 2018 20:48:12 +0000 (20:48 +0000)
src/Model/Contact.php

index 8b11f716b6f4f94baaf1e1595dd22902fba37152..3ec9f5ab48929b88cb77c5bcdf2dbf1274873cb9 100644 (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;
                }