From 858820cbc92e3b48406d3739e66fd3d84d09e2cf Mon Sep 17 00:00:00 2001 From: PoleTransformer <78999213+PoleTransformer@users.noreply.github.com> Date: Wed, 31 Dec 2025 18:08:33 +0000 Subject: [PATCH] wsCodeDescription Translation keys Co-authored-by: Frank Elsinga --- src/lang/en.json | 2 +- src/pages/EditMonitor.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/en.json b/src/lang/en.json index e46c6ebbe..2da9a2193 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -91,7 +91,7 @@ "ignoreSecWebsocketAcceptHeaderDescription": "Allows the server to not reply with Sec-WebSocket-Accept header, if the websocket upgrade succeeds.", "Ignore Sec-WebSocket-Accept header": "Ignore {0} header", "wsSubprotocolDescription": "Enter a comma delimited list of subprotocols. For more information on subprotocols, please consult the {documentation}", - "wsCodeDescription": "For more information on status codes, please consult {documentation}", + "wsCodeDescription": "For more information on status codes, please consult {rfc6455}", "Subprotocol(s)": "Subprotocol(s)", "maxRedirectDescription": "Maximum number of redirects to follow. Set to 0 to disable redirects.", "Upside Down Mode": "Upside Down Mode", diff --git a/src/pages/EditMonitor.vue b/src/pages/EditMonitor.vue index 8c192a630..2927b9dd2 100644 --- a/src/pages/EditMonitor.vue +++ b/src/pages/EditMonitor.vue @@ -847,7 +847,7 @@ {{ $t("acceptedStatusCodesDescription") }} -