N°1345 - Fix typo in conf. param. description

This commit is contained in:
Molkobain
2023-06-12 09:56:57 +02:00
parent 01fb3466c8
commit bd96247f97

View File

@@ -948,7 +948,7 @@ class Config
],
'lifecycle.transitions_sort_type' => [
'type' => 'string',
'description' => 'How transitions will be sorted in the GUI. Possible values are "xml", "alphabetic", "fixed" or "relative"',
'description' => 'How transitions will be sorted in the GUI. Possible values are "xml", "alphabetical", "fixed" or "relative"',
'default' => DBObject::DEFAULT_TRANSITIONS_SORT_TYPE,
'value' => DBObject::DEFAULT_TRANSITIONS_SORT_TYPE,
'source_of_value' => '',