From f8526c1664cfc8967461708c96547ba8d2f2a68f Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 30 Jan 2018 20:48:12 +0000 Subject: [PATCH] Some other message --- src/Model/Contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 8b11f716b..3ec9f5ab4 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -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; }