]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Widget/VCard.php
fix Typo
[friendica.git] / src / Content / Widget / VCard.php
index 3e4f1e1d875dc00d0a84c60f8504f0b8e14878d0..d906004c5ffbdb994fc1fd85517d73443306293b 100644 (file)
@@ -124,9 +124,10 @@ class VCard
                        '$unfollow_link'    => $unfollow_link,
                        '$wallmessage'      => DI::l10n()->t('Message'),
                        '$wallmessage_link' => $wallmessage_link,
-                       '$showgroup'        => DI::l10n()->t('Show group'),
-                       '$showgroup_link'   => $showgroup_link,
                        '$mentioning'       => DI::l10n()->t('Mention'),
+                       '$post2group'       => DI::l10n()->t('Post to group'),
+                       '$showgroup'        => DI::l10n()->t('View group'),
+                       '$showgroup_link'   => $showgroup_link,
                ]);
        }
 }