forked from friendica/friendica-addons
Update nitter.php
Replaced verbose sentence with succinct notice and reduced its font size.
This commit is contained in:
parent
6d3602f9c6
commit
f9661af3f7
|
@ -71,6 +71,6 @@ function nitter_render(App $a, array &$b)
|
||||||
$replaced = true;
|
$replaced = true;
|
||||||
}
|
}
|
||||||
if ($replaced) {
|
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>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue