ImportSourceRestApi: fix description

This commit is contained in:
Thomas Gelf 2020-11-02 09:12:48 +01:00
parent f0524f4d46
commit 685e42d325

View File

@ -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'
), ),
)); ));