[nitter] Update wording #1332

Merged
AndyHee merged 4 commits from 2022.12-rc into 2022.12-rc 2022-12-13 18:51:03 +01:00
Showing only changes of commit f9661af3f7 - Show all commits

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