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; }