Merge branch '2.4' of github.com:MISP/MISP into 2.4

pull/8277/head
iglocska 2022-03-28 17:49:09 +02:00
commit a144582b46
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -6147,7 +6147,7 @@ class Server extends AppModel
],
'enable_svg_logos' => [
'level' => self::SETTING_OPTIONAL,
'description' => __('When enabled, orgnisation logos in svg format are allowed.'),
'description' => __('When enabled, organisations logos in svg format are allowed.'),
'value' => false,
'test' => 'testBool',
'type' => 'boolean',