From f9661af3f706d728e13797a6d2a0d3df520959cf Mon Sep 17 00:00:00 2001 From: Andy H3 Date: Tue, 13 Dec 2022 15:43:29 +0000 Subject: [PATCH] Update nitter.php Replaced verbose sentence with succinct notice and reduced its font size. --- nitter/nitter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) . '

'; } }