mirror of https://github.com/portainer/portainer
fix(fdo): change 'http' to 'https' in the placeholder text EE-2479 (#6516)
parent
3372f78cbf
commit
74a0d4c12e
|
@ -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"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue