fix: merge HTML warning into markdownSupported key

This commit is contained in:
Ian Macabulos 2026-01-16 12:35:16 +08:00
parent d31b041f37
commit 3935be73de
2 changed files with 4 additions and 5 deletions

View File

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

View File

@ -25,7 +25,7 @@
class="form-control"
data-testid="description-input"
></textarea>
<div class="form-text">{{ $t("markdownSupported") }}. {{ $t("htmlIndentationWarning") }}</div>
<div class="form-text">{{ $t("markdownSupported") }}</div>
</div>
<!-- Footer Text -->
@ -37,7 +37,7 @@
class="form-control"
data-testid="footer-text-input"
></textarea>
<div class="form-text">{{ $t("markdownSupported") }}. {{ $t("htmlIndentationWarning") }}</div>
<div class="form-text">{{ $t("markdownSupported") }}</div>
</div>
<div class="my-3">