Skip to content

Commit 87bf771

Browse files
committed
fixed typo (thx to @dk5sm)
1 parent a6300d1 commit 87bf771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ ports.forEach(port => {
407407
s_mainWindow.webContents.send('updateTX', adobject);
408408
tomsg('');
409409
} else {
410-
tomsg('<div class="alert alert-danger" role="alert">Set ONLY Secondary UDP-Server to Port 2333 at WSTJ-X</div>');
410+
tomsg('<div class="alert alert-danger" role="alert">Set ONLY Secondary UDP-Server to Port 2333 at WSJT-X</div>');
411411
}
412412
});
413413
WServer.bind(port);

0 commit comments

Comments
 (0)