diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-01-18 14:57:13 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-03-18 11:10:18 +0100 |
commit | ec0a9acef48ffb79874ced2063078bef29340d4f (patch) | |
tree | b4070adff34982676ca0022c788c4ead15c0c221 | |
parent | b2cc51cf32b775867d53a5d477f319c62e06a6e7 (diff) | |
download | nextcloud-server-ec0a9acef48ffb79874ced2063078bef29340d4f.tar.gz nextcloud-server-ec0a9acef48ffb79874ced2063078bef29340d4f.zip |
Fix description for exif PHP module
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
-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 => '', }; } |