Skip to content

Commit 0fcdfa6

Browse files
committed
Correct text
1 parent 000790e commit 0fcdfa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/api/JsonApiCommand.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class InstanceCmd {
226226

227227
static QString toString(MustRun mustRun) {
228228
switch (mustRun) {
229-
case MustRun_No: return "Instance must not be running";
229+
case MustRun_No: return "Instance not required to be running";
230230
case MustRun_Yes: return "Instance must be running";
231231
default: return "unknown";
232232
}

0 commit comments

Comments
 (0)