Update nodes-menu.component.ts

This commit is contained in:
Piotr Pekala 2019-10-04 01:21:51 -07:00
parent 20413c6d8a
commit 5e76902934

View File

@ -45,7 +45,7 @@ export class NodesMenuComponent {
await this.electronService.remote.require('./console-executor.js').openConsole(request);
}
} else {
this.toasterService.error("Starting all nodes available only in Electron app.");
this.toasterService.error("Option to start all nodes not available in web browser.");
}
}