From e08be4e92178bfb0331e4085f9785bbc408151b0 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 30 Jan 2018 19:31:57 +0000 Subject: [PATCH] Improved 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 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; }