We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000790e commit 0fcdfa6Copy full SHA for 0fcdfa6
include/api/JsonApiCommand.h
@@ -226,7 +226,7 @@ class InstanceCmd {
226
227
static QString toString(MustRun mustRun) {
228
switch (mustRun) {
229
- case MustRun_No: return "Instance must not be running";
+ case MustRun_No: return "Instance not required to be running";
230
case MustRun_Yes: return "Instance must be running";
231
default: return "unknown";
232
}
0 commit comments