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:
parent
715077d04a
commit
7609bb9515
@ -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"
|
||||
/>
|
||||
|
@ -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"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user