diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index 3b5b6824a..523970bf4 100644 --- a/include/text.php +++ b/include/text.php @@ -628,7 +628,7 @@ function contact_block() { $o = replace_macros($tpl, array( '$contacts' => $contacts, '$nickname' => $a->profile['channel_address'], - '$viewcontacts' => t('View Connections'), + '$viewconnections' => t('View Connections'), '$micropro' => $micropro, )); |