fix separate misspelling

separate vs seperate
pull/3799/head
garanews 2018-10-25 09:12:17 +02:00 committed by GitHub
parent 1a4bc58502
commit 4501338233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1399,7 +1399,7 @@ class Server extends AppModel
),
'ElasticSearch_connection_string' => array(
'level' => 2,
'description' => __('The URL(s) at which to access ElasticSearch - comma seperate if you want to have more than one.'),
'description' => __('The URL(s) at which to access ElasticSearch - comma separate if you want to have more than one.'),
'value' => '',
'errorMessage' => '',
'test' => 'testForEmpty',