]> git.mxchange.org Git - friendica-addons.git/blobdiff - nitter/nitter.php
Merge pull request #1336 from MrPetovan/bug/12405-pumpio-log
[friendica-addons.git] / nitter / nitter.php
index f2463b96cd9415d01f60c65dc78ae2992307a7d8..440f199f3840a781bacb5e2f7288203c46198f9d 100644 (file)
@@ -71,6 +71,6 @@ function nitter_render(App $a, array &$b)
                $replaced = true;
        }
        if ($replaced) {
-               $b['html'] .= '<hr><p>' . DI::l10n()->t('In an attempt to protect your privacy, links to Twitter in this posting were replaced by links to the Nitter instance at %s', $nitter) . '</p>';
+               $b['html'] .= '<hr><p><small>' . DI::l10n()->t('(Nitter addon enabled: Twitter links via %s)', $nitter) . '</small></p>';
        }
 }