web/multinode: UI clarification to also add port (#4602)

Add "port" to the placeholder text because it accepts and addresses with port.
This commit is contained in:
Marlon Spangenberg 2022-03-14 18:49:11 +01:00 committed by GitHub
parent 715077d04a
commit 7609bb9515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
<headered-input
class="add-new-node__body__input"
label="Public IP Address"
placeholder="Enter Public IP Address"
placeholder="Enter Public IP Address and Port"
:error="publicIPError"
@setData="setPublicIP"
/>

View File

@ -21,7 +21,7 @@
<headered-input
class="add-first-node__left-area__input"
label="Public IP Address"
placeholder="Enter Public IP Address"
placeholder="Enter Public IP Address and Port"
:error="publicIPError"
@setData="setPublicIP"
/>