From 3935be73dea4c64ef645e29776c0d4e963a010f8 Mon Sep 17 00:00:00 2001 From: Ian Macabulos Date: Fri, 16 Jan 2026 12:35:16 +0800 Subject: [PATCH] fix: merge HTML warning into markdownSupported key --- src/lang/en.json | 5 ++--- src/pages/StatusPage.vue | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/lang/en.json b/src/lang/en.json index dcf1d6e10..4c8ebffa8 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -39,7 +39,7 @@ "General Monitor Type": "General Monitor Type", "Passive Monitor Type": "Passive Monitor Type", "Specific Monitor Type": "Specific Monitor Type", - "markdownSupported": "Markdown syntax supported", + "markdownSupported": "Markdown syntax supported. If using HTML, avoid leading spaces to prevent formatting issues.", "pauseDashboardHome": "Pause", "Pause": "Pause", "Name": "Name", @@ -1361,6 +1361,5 @@ "Expected TLS Alert": "Expected TLS Alert", "None (Successful Connection)": "None (Successful Connection)", "expectedTlsAlertDescription": "Select the TLS alert you expect the server to return. Use {code} to verify mTLS endpoints reject connections without client certificates. See {link} for details.", - "TLS Alert Spec": "RFC 8446", - "htmlIndentationWarning": "If using HTML, avoid leading spaces to prevent formatting issues." + "TLS Alert Spec": "RFC 8446" } diff --git a/src/pages/StatusPage.vue b/src/pages/StatusPage.vue index c8583cf8a..db9fbfb89 100644 --- a/src/pages/StatusPage.vue +++ b/src/pages/StatusPage.vue @@ -25,7 +25,7 @@ class="form-control" data-testid="description-input" > -
{{ $t("markdownSupported") }}. {{ $t("htmlIndentationWarning") }}
+
{{ $t("markdownSupported") }}
@@ -37,7 +37,7 @@ class="form-control" data-testid="footer-text-input" > -
{{ $t("markdownSupported") }}. {{ $t("htmlIndentationWarning") }}
+
{{ $t("markdownSupported") }}