Skip to content

Commit fdae2f7

Browse files
committed
Better Errormessage
1 parent c27fc2f commit fdae2f7

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
@@ -522,7 +522,7 @@ ports.forEach(port => {
522522
s_mainWindow.webContents.send('updateTX', adobject);
523523
tomsg('');
524524
} else {
525-
tomsg('<div class="alert alert-danger" role="alert">Set ONLY Secondary UDP-Server to Port 2333 at WSJT-X</div>');
525+
tomsg('<div class="alert alert-danger" role="alert">No ADIF detected. WSJT-X: Use ONLY Secondary UDP-Server</div>');
526526
}
527527
});
528528
WServer.bind(port);

0 commit comments

Comments
 (0)