diff --git a/library/Director/Import/ImportSourceRestApi.php b/library/Director/Import/ImportSourceRestApi.php index 9b55dbcc..b906ed86 100644 --- a/library/Director/Import/ImportSourceRestApi.php +++ b/library/Director/Import/ImportSourceRestApi.php @@ -225,7 +225,7 @@ class ImportSourceRestApi extends ImportSourceHook $form->addElement('text', 'username', array( 'label' => $form->translate('Username'), 'description' => $form->translate( - 'Will be used for SOAP authentication against your vCenter' + 'Will be used to authenticate against your REST API' ), ));