forked from friendica/friendica-addons
[nitter] add note about privacy protection to the replacement message
This commit is contained in:
parent
9682cc7dda
commit
5199a88708
|
@ -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>';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue