fix: [config] typo fixed

pull/9187/head
Alexandre Dulaunoy 2023-06-28 07:33:32 +02:00
parent 99eff0ab6a
commit 3bad6f32f5
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -6108,7 +6108,7 @@ class Server extends AppModel
],
'thumbnail_in_redis' => [
'level' => self::SETTING_OPTIONAL,
'description' => __('Store image thumbnails in Redis insteadof file system.'),
'description' => __('Store image thumbnails in Redis instead of file system.'),
'value' => false,
'test' => 'testBool',
'type' => 'boolean',