ConfigForm: just fixing typo
Signed-off-by: Thomas Gelf <thomas@gelf.net>
This commit is contained in:
parent
7073612df5
commit
107856f7d6
|
@ -62,7 +62,7 @@ class ConfigForm extends QuickForm
|
|||
|| $resourceConfig->charset !== 'utf8'
|
||||
) {
|
||||
$this->getElement('resource')
|
||||
->addError('Please change the encodig for the director database to utf8')
|
||||
->addError('Please change the encoding for the director database to utf8')
|
||||
->removeDecorator('description');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue