Skip to content

Commit

Permalink
Remove bz2 leftover description
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Jan 22, 2024
1 parent f13b2fb commit c43144f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/settings/lib/SetupChecks/PhpModules.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit c43144f

Please sign in to comment.