]> git.mxchange.org Git - friendica-addons.git/commitdiff
[nitter] add note about privacy protection to the replacement message
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 1 Oct 2021 13:53:09 +0000 (15:53 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 1 Oct 2021 13:53:09 +0000 (15:53 +0200)
nitter/nitter.php

index 28bd985762957e6cc8779ebd1bc049be4b841cd4..538de2c34543a34a32b5eafe9c2cf6f9ba7a7619 100644 (file)
@@ -72,6 +72,6 @@ function nitter_render(&$a, &$o)
                $replaced = true;
        }
        if ($replaced) {
-               $o['html'] .= '<hr><p>' . DI::l10n()->t('Links to Twitter in this posting were replaced by links to the Nitter instance at %s', $nitter) . '</p>';
+               $o['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>';
        }
 }