From c43144fc7d231660f9f759ee5fa908933204d8ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Mon, 22 Jan 2024 15:56:40 +0100 Subject: [PATCH] Remove bz2 leftover description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- apps/settings/lib/SetupChecks/PhpModules.php | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/settings/lib/SetupChecks/PhpModules.php b/apps/settings/lib/SetupChecks/PhpModules.php index 1f22c3a79964d..9a6ddadbb1bb0 100644 --- a/apps/settings/lib/SetupChecks/PhpModules.php +++ b/apps/settings/lib/SetupChecks/PhpModules.php @@ -73,7 +73,6 @@ public function getCategory(): string { 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'),