From e1385e3a776909bcac1ee6ea7915d5ce643db46f Mon Sep 17 00:00:00 2001 From: iotux <46082385+iotux@users.noreply.github.com> Date: Tue, 23 Dec 2025 07:16:59 +0100 Subject: [PATCH] Update src/lang/en.json Co-authored-by: Frank Elsinga --- src/lang/en.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/lang/en.json b/src/lang/en.json index 828995fec..d45eb27f6 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -1026,10 +1026,9 @@ "GrafanaOncallUrl": "Grafana Oncall URL", "systemService": "System Service", "systemServiceName": "Service Name", - "systemServiceDescription": "Checks if system service", - "systemServiceDescriptionLinux": "Checks if Linux systemd service", - "systemServiceDescriptionWindows": "Checks if Windows Service Manager", - "systemServiceActiveText": "service is active.", + "systemServiceDescription": "Checks if system service {service_name} is active", + "systemServiceDescriptionLinux": "Checks if Linux systemd service {service_name} is active", + "systemServiceDescriptionWindows": "Checks if Windows Service Manager {service_name} is active", "systemServiceLinuxLabel": "Show Linux Debug Command", "systemServiceWindowsLabel": "Show Windows Debug Command", "systemServiceExpectedOutput": "Expected Output: \"{0}\"",