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}\"",