]> git.mxchange.org Git - friendica.git/commitdiff
fix Typo
authorJakobus Schürz <jakobus.schuerz@home.arpa>
Sun, 1 Oct 2023 21:07:51 +0000 (23:07 +0200)
committerJakobus Schürz <jakobus.schuerz@home.arpa>
Sun, 1 Oct 2023 21:07:51 +0000 (23:07 +0200)
src/Content/Widget/VCard.php

index 0d78fed4a489016c113c5eb4a2e78abf99b93d0d..d906004c5ffbdb994fc1fd85517d73443306293b 100644 (file)
@@ -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,
                ]);
        }