[nitter] addon version update - reload of the addon required #1175

Merged
tobiasd merged 4 commits from 20211001-nitter into develop 2021-10-01 17:20:01 +02:00
Showing only changes of commit 5199a88708 - Show all commits

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