]> git.mxchange.org Git - friendica.git/blobdiff - src/Object/Post.php
API: Support for reshared items
[friendica.git] / src / Object / Post.php
index b1cef57db3132c9e4290dbb81bf263e8df87d511..83dc0c0944184972c462451c9db372bec943824a 100644 (file)
@@ -351,7 +351,7 @@ class Post
                        $buttons['like']    = [DI::l10n()->t("I like this \x28toggle\x29")      , DI::l10n()->t("like")];
                        $buttons['dislike'] = [DI::l10n()->t("I don't like this \x28toggle\x29"), DI::l10n()->t("dislike")];
                        if ($shareable) {
-                               $buttons['share'] = [DI::l10n()->t('Quote and share this'), DI::l10n()->t('Quoted Share')];
+                               $buttons['share'] = [DI::l10n()->t('Quote and share this'), DI::l10n()->t('Quote Share')];
                        }
                        if ($announceable) {
                                $buttons['announce'] = [DI::l10n()->t('Share this'), DI::l10n()->t('Share')];