Remove bz2 leftover description

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2024-01-22 15:56:40 +01:00
parent f13b2fb103
commit c43144fc7d
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -73,7 +73,6 @@ class PhpModules implements ISetupCheck {
protected function getRecommendedModuleDescription(string $module): string {
return match($module) {
'bz2' => $this->l10n->t('required for extraction of apps compressed as bz2'),
'intl' => $this->l10n->t('increases language translation performance and fixes sorting of non-ASCII characters'),
'sodium' => $this->l10n->t('for Argon2 for password hashing'),
'bcmath' => $this->l10n->t('for WebAuthn passwordless login'),