Skip to content

Commit eb049a5

Browse files
author
Felix Mauch
committed
Fixed typo in installation view
1 parent 56f4a2d commit eb049a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fzi/externalcontrol/impl/ExternalControlProgramNodeView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public void updateInfoLabel(String host_ip, String custom_port) {
170170
+ "As to that, the parameters are currently set as follows: <br><br>"
171171
+ "Host IP: " + host_ip + "<br>"
172172
+ "Custom port: " + custom_port + "<br><br><br>"
173-
+ "These settings can be altered via the Installtion tab."
173+
+ "These settings can be altered via the Installation tab."
174174
+ "<body><html>");
175175
}
176176
}

0 commit comments

Comments
 (0)