We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b85112 commit ff5d4cfCopy full SHA for ff5d4cf
src/main/java/com/fzi/externalcontrol/impl/ExternalControlProgramNodeView.java
@@ -166,7 +166,7 @@ public void showAdvancedParameters(boolean visible) {
166
167
public void updateInfoLabel(String host_ip, String custom_port) {
168
infoLabel.setText("<html><body>"
169
- + "The program enabling external control is requestet from the remote host.<br>"
+ + "The program enabling external control is requested from the remote host.<br>"
170
+ "As to that, the parameters are currently set as follows: <br><br>"
171
+ "Host IP: " + host_ip + "<br>"
172
+ "Custom port: " + custom_port + "<br><br><br>"
0 commit comments