mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Remove bz2 leftover description
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
f13b2fb103
commit
c43144fc7d
1 changed files with 0 additions and 1 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue