ImportSourceForm: fix typo

This commit is contained in:
Thomas Gelf 2016-03-14 12:55:26 +01:00
parent 9404c68608
commit ca11bf12f8
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class ImportSourceForm extends DirectorObjectForm
'multiOptions' => $this->optionalEnum($this->enumSourceTypes()), 'multiOptions' => $this->optionalEnum($this->enumSourceTypes()),
'description' => $this->translate( 'description' => $this->translate(
'These are different data providers fetching data from various sources.' 'These are different data providers fetching data from various sources.'
. ' You didn\t find what you\'re looking for? Import sources are implemented' . ' You didn\'t find what you\'re looking for? Import sources are implemented'
. ' as a hook in Director, so you might find (or write your own) Icinga Web 2' . ' as a hook in Director, so you might find (or write your own) Icinga Web 2'
. ' module fetching data from wherever you want' . ' module fetching data from wherever you want'
), ),