]> git.mxchange.org Git - friendica.git/blobdiff - mod/contacts.php
Merge pull request #3985 from hoergen/develop
[friendica.git] / mod / contacts.php
index 8889e65131747e21cd66c28bae3e4933a5e5baf5..35be8e79e3f21efaad3494b98f569a0baf6c68eb 100644 (file)
@@ -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 <strong>may</strong> 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,