From 2ee28e2db29aac5ca591143c17a074864b7d0fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Sun, 1 Oct 2023 23:07:51 +0200 Subject: [PATCH] fix Typo --- src/Content/Widget/VCard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Content/Widget/VCard.php b/src/Content/Widget/VCard.php index 0d78fed4a..d906004c5 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, ]); }