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") }} -