From 94d04f7cc28f98ff2e6f413fe6ae39b3e4aabcdb Mon Sep 17 00:00:00 2001 From: Martin Rubli Date: Mon, 3 Jun 2024 18:27:15 +0200 Subject: [PATCH] tls: pages: Make keyword optional for the TLS monitor; update description --- 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 9be41062c..f9492676b 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -588,7 +588,7 @@ "atLeastOneMonitor": "Select at least one affected monitor", "passwordNotMatchMsg": "The repeat password does not match.", "notificationDescription": "Notifications must be assigned to a monitor to function.", - "keywordDescription": "Search keyword in plain HTML or JSON response. The search is case-sensitive.", + "keywordDescription": "Search keyword in plain HTML, JSON, or raw response. The search is case-sensitive.", "invertKeywordDescription": "Look for the keyword to be absent rather than present.", "tcpRequestDescription": "Request sent to the server after establishing the connection. Trailing newlines may be required. JavaScript escape sequences are allowed.", "tcpStartTlsDescription": "Start unencrypted and upgrade connection using STARTTLS. Relevant documentation: {rfc2595}, {rfc3207}", diff --git a/src/pages/EditMonitor.vue b/src/pages/EditMonitor.vue index bcdc1fdd2..eec4fd40a 100644 --- a/src/pages/EditMonitor.vue +++ b/src/pages/EditMonitor.vue @@ -130,7 +130,7 @@
- +
{{ $t("keywordDescription") }}