Update nitter.php

Replaced verbose sentence with succinct notice  and reduced its font size.
pull/1332/head
Andy H3 2022-12-13 15:43:29 +00:00 committed by GitHub
parent 6d3602f9c6
commit f9661af3f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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>';
}
}