fix: clairify the helptext that markdown is supported with a warning about HTML indentation (#6747)

This commit is contained in:
Ian Macabulos 2026-01-16 12:47:04 +08:00 committed by GitHub
parent dd44342835
commit f470b01168
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 7 deletions

View File

@ -39,7 +39,7 @@
"General Monitor Type": "General Monitor Type", "General Monitor Type": "General Monitor Type",
"Passive Monitor Type": "Passive Monitor Type", "Passive Monitor Type": "Passive Monitor Type",
"Specific Monitor Type": "Specific 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", "pauseDashboardHome": "Pause",
"Pause": "Pause", "Pause": "Pause",
"Name": "Name", "Name": "Name",

View File

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