diff options
-rw-r--r-- | apps/settings/lib/SetupChecks/PhpModules.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/lib/SetupChecks/PhpModules.php b/apps/settings/lib/SetupChecks/PhpModules.php index e1084d68d5a..d6bd8bc68e9 100644 --- a/apps/settings/lib/SetupChecks/PhpModules.php +++ b/apps/settings/lib/SetupChecks/PhpModules.php @@ -76,7 +76,7 @@ class PhpModules implements ISetupCheck { 'sodium' => $this->l10n->t('for Argon2 for password hashing'), 'bcmath' => $this->l10n->t('for WebAuthn passwordless login'), 'gmp' => $this->l10n->t('for WebAuthn passwordless login, and SFTP storage'), - 'exif' => $this->l10n->t('for image rotation in pictures app'), + 'exif' => $this->l10n->t('for picture rotation in server and metadata extraction in the Photos app'), default => '', }; } |