From fdb21b9dfb2b1517cec74214559178d0f7ab7868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Thu, 18 Jan 2024 14:57:13 +0100 Subject: [PATCH] Fix description for exif PHP module 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/settings/lib/SetupChecks/PhpModules.php b/apps/settings/lib/SetupChecks/PhpModules.php index 55133120f5d94..8f5540e680a70 100644 --- a/apps/settings/lib/SetupChecks/PhpModules.php +++ b/apps/settings/lib/SetupChecks/PhpModules.php @@ -77,7 +77,7 @@ protected function getRecommendedModuleDescription(string $module): string { '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 => '', }; }