X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcontacts.php;h=35be8e79e3f21efaad3494b98f569a0baf6c68eb;hb=a5e91175243a41c77a56e73efc3672f20a7e6d23;hp=8889e65131747e21cd66c28bae3e4933a5e5baf5;hpb=1adff81a251141df401108bc2f86654dfa5d33c8;p=friendica.git diff --git a/mod/contacts.php b/mod/contacts.php index 8889e65131..35be8e79e3 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -647,6 +647,7 @@ function contacts_content(App $a) { '$blocked' => (($contact['blocked']) ? t('Currently blocked') : ''), '$ignored' => (($contact['readonly']) ? t('Currently ignored') : ''), '$archived' => (($contact['archive']) ? t('Currently archived') : ''), + '$pending' => (($contact['pending']) ? t('Awaiting connection acknowledge') : ''), '$hidden' => array('hidden', t('Hide this contact from others'), ($contact['hidden'] == 1), t('Replies/likes to your public posts may still be visible')), '$notify' => array('notify', t('Notification for new posts'), ($contact['notify_new_posts'] == 1), t('Send a notification of every new post of this contact')), '$fetch_further_information' => $fetch_further_information,