]> git.mxchange.org Git - friendica-addons.git/commitdiff
Update nitter.php
authorAndy H3 <andy@hubup.pro>
Tue, 13 Dec 2022 15:43:29 +0000 (15:43 +0000)
committerGitHub <noreply@github.com>
Tue, 13 Dec 2022 15:43:29 +0000 (15:43 +0000)
Replaced verbose sentence with succinct notice  and reduced its font size.

nitter/nitter.php

index f2463b96cd9415d01f60c65dc78ae2992307a7d8..c815ccd79e67355eddf972301b82c27da84bf267 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>' . DI::l10n()->t('(Nitter addon enabled: Twitter links via %s)', $nitter) . '</p>';
        }
 }