Update nitter.php

[Now really] Reduced font size of notice
pull/1332/head
Andy H3 2022-12-13 15:47:30 +00:00 committed by GitHub
parent f9661af3f7
commit 139e4384b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,6 +71,6 @@ function nitter_render(App $a, array &$b)
$replaced = true;
}
if ($replaced) {
$b['html'] .= '<hr><p>' . DI::l10n()->t('(Nitter addon enabled: Twitter links via %s)', $nitter) . '</p>';
$b['html'] .= '<hr><p><small>' . DI::l10n()->t('(Nitter addon enabled: Twitter links via %s)', $nitter) . '</small></p>';
}
}