From: Michael Date: Tue, 30 Jan 2018 19:31:57 +0000 (+0000) Subject: Improved message X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e08be4e92178bfb0331e4085f9785bbc408151b0;p=friendica.git Improved message --- diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 974f7a3bfe..8b11f716b6 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 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; }