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

'; } }