]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Widget/VCard.php
Change label of mention-button
[friendica.git] / src / Content / Widget / VCard.php
index 62a8e90853f30ff2378bc166104ba28ccc480da0..32eb95e434db3add2acb627cee048a37c9814959 100644 (file)
@@ -68,6 +68,7 @@ class VCard
                $follow_link      = '';
                $unfollow_link    = '';
                $wallmessage_link = '';
+               $showforum_link   = '';
 
                $photo   = Contact::getPhoto($contact);
 
@@ -119,6 +120,10 @@ class VCard
                        '$unfollow_link'    => $unfollow_link,
                        '$wallmessage'      => DI::l10n()->t('Message'),
                        '$wallmessage_link' => $wallmessage_link,
+                       '$showforum'        => DI::l10n()->t('Show forum'),
+                       '$showforum_link'   => $showforum_link,
+                       '$mentioning'       => DI::l10n()->t('Mention'),
+                       '$post2group'       => DI::l10n()->t('Post to group'),
                ]);
        }
 }