fix(fdo): change 'http' to 'https' in the placeholder text EE-2479 (#6516)

pull/6525/head
andres-portainer 2022-02-02 20:35:56 -03:00 committed by GitHub
parent 3372f78cbf
commit 74a0d4c12e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@
ng-model="formValues.PortainerURL"
ng-required="state.vouchersUploaded"
ng-disabled="!state.vouchersUploaded"
placeholder="e.g. http://10.0.0.10:9443"
placeholder="e.g. https://10.0.0.10:9443"
required
data-cy="deviceImport-portainerServerUrlInput"
/>