From: Jakobus Schürz Date: Sun, 1 Oct 2023 21:07:51 +0000 (+0200) Subject: fix Typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2ee28e2db29aac5ca591143c17a074864b7d0fc4;p=friendica.git fix Typo --- diff --git a/src/Content/Widget/VCard.php b/src/Content/Widget/VCard.php index 0d78fed4a4..d906004c5f 100644 --- a/src/Content/Widget/VCard.php +++ b/src/Content/Widget/VCard.php @@ -126,7 +126,7 @@ class VCard '$wallmessage_link' => $wallmessage_link, '$mentioning' => DI::l10n()->t('Mention'), '$post2group' => DI::l10n()->t('Post to group'), - '$showgroup' => DI::l10n()->t('Show group'), + '$showgroup' => DI::l10n()->t('View group'), '$showgroup_link' => $showgroup_link, ]); }