mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 08:44:11 +02:00
ImportSourceRestApi: fix description
This commit is contained in:
parent
f0524f4d46
commit
685e42d325
@ -225,7 +225,7 @@ class ImportSourceRestApi extends ImportSourceHook
|
|||||||
$form->addElement('text', 'username', array(
|
$form->addElement('text', 'username', array(
|
||||||
'label' => $form->translate('Username'),
|
'label' => $form->translate('Username'),
|
||||||
'description' => $form->translate(
|
'description' => $form->translate(
|
||||||
'Will be used for SOAP authentication against your vCenter'
|
'Will be used to authenticate against your REST API'
|
||||||
),
|
),
|
||||||
));
|
));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user