This commit is contained in:
dsc 2020-10-10 04:01:25 +02:00
parent 8b8ee32214
commit d4359758be
1 changed files with 1 additions and 1 deletions

View File

@ -1050,7 +1050,7 @@ void MainWindow::showNodeExhaustedMessage() {
void MainWindow::showWSNodeExhaustedMessage() {
auto msg = "Feather is in 'automatic node connection mode' but the "
"websocket server returned none available nodes. Please go to Settings->Node "
"websocket server returned no available nodes. Please go to Settings->Node "
"and enter a node manually.";
QMessageBox::warning(this, "Could not connect to a node", msg);
}