From 685e42d325cb2b3a11a1cafbd4aefe554b4683a1 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 2 Nov 2020 09:12:48 +0100 Subject: [PATCH] ImportSourceRestApi: fix description --- library/Director/Import/ImportSourceRestApi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ), ));