From b6a81592383c976e64b72e978a7577bc2584bce1 Mon Sep 17 00:00:00 2001 From: viown <48097677+viown@users.noreply.github.com> Date: Thu, 7 Aug 2025 11:11:13 +0300 Subject: [PATCH] Fix aborted by server shutdown message wrapped in parenthesis --- src/strings/en-us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings/en-us.json b/src/strings/en-us.json index 8bfb5b80cf..478b152be1 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -587,7 +587,7 @@ "Kids": "Kids", "KnownProxiesHelp": "Comma separated list of IP addresses or hostnames of known proxies used when connecting to your Jellyfin instance. This is required to make proper use of 'X-Forwarded-For' headers. Requires a reboot after saving.", "Label3DFormat": "3D format", - "LabelAbortedByServerShutdown": "(Aborted by server shutdown)", + "LabelAbortedByServerShutdown": "Aborted by server shutdown", "LabelAccessDay": "Day of week", "LabelAccessEnd": "End time", "LabelAccessStart": "Start time",