From: Andy H3 Date: Tue, 13 Dec 2022 15:43:29 +0000 (+0000) Subject: Update nitter.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f9661af3f706d728e13797a6d2a0d3df520959cf;p=friendica-addons.git Update nitter.php Replaced verbose sentence with succinct notice and reduced its font size. --- diff --git a/nitter/nitter.php b/nitter/nitter.php index f2463b96..c815ccd7 100644 --- a/nitter/nitter.php +++ b/nitter/nitter.php @@ -71,6 +71,6 @@ function nitter_render(App $a, array &$b) $replaced = true; } if ($replaced) { - $b['html'] .= '

' . 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) . '

'; + $b['html'] .= '

' . DI::l10n()->t('(Nitter addon enabled: Twitter links via %s)', $nitter) . '

'; } }