mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 11:19:16 +02:00
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…
x
Reference in New Issue
Block a user