Merge pull request #2629 from treyka/2.4

typo fixen
pull/2630/head
Andras Iklody 2017-11-10 14:18:28 +01:00 committed by GitHub
commit f2446f870f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1415,7 +1415,7 @@ class Server extends AppModel {
),
'Export_services_enable' => array(
'level' => 0,
'description' => 'Enable/disable the import services',
'description' => 'Enable/disable the export services',
'value' => false,
'errorMessage' => '',
'test' => 'testBool',
@ -1423,7 +1423,7 @@ class Server extends AppModel {
),
'Export_timeout' => array(
'level' => 1,
'description' => 'Set a timeout for the import services',
'description' => 'Set a timeout for the export services',
'value' => 10,
'errorMessage' => '',
'test' => 'testForEmpty',