From ab91f0b199a5da67ef2524a6c437c53c7e206fa5 Mon Sep 17 00:00:00 2001 From: iotux <46082385+iotux@users.noreply.github.com> Date: Tue, 23 Dec 2025 07:15:11 +0100 Subject: [PATCH] Update src/lang/en.json Co-authored-by: Frank Elsinga --- src/lang/en.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lang/en.json b/src/lang/en.json index 97116755b..828995fec 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -1032,9 +1032,7 @@ "systemServiceActiveText": "service is active.", "systemServiceLinuxLabel": "Show Linux Debug Command", "systemServiceWindowsLabel": "Show Windows Debug Command", - "systemServiceExpectedOutput": "Expected Output", - "systemServiceActiveResultLinux": "\"active\"", - "systemServiceActiveResultWindows": "\"Running\"", + "systemServiceExpectedOutput": "Expected Output: \"{0}\"", "Browser Screenshot": "Browser Screenshot", "Command": "Command", "mongodbCommandDescription": "Run a MongoDB command against the database. For information about the available commands check out the {documentation}",