[nitter] add note about privacy protection to the replacement message

pull/1175/head
Tobias Diekershoff 2021-10-01 15:53:09 +02:00
parent 9682cc7dda
commit 5199a88708
1 changed files with 1 additions and 1 deletions

View File

@ -72,6 +72,6 @@ function nitter_render(&$a, &$o)
$replaced = true;
}
if ($replaced) {
$o['html'] .= '<hr><p>' . DI::l10n()->t('Links to Twitter in this posting were replaced by links to the Nitter instance at %s', $nitter) . '</p>';
$o['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>';
}
}