fix: clairify the helptext that markdown is supported with a warning about HTML indentation (#6747)
This commit is contained in:
parent
dd44342835
commit
f470b01168
@ -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",
|
||||||
|
|||||||
@ -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">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user