improve markdown error notification description

This commit is contained in:
Sebastian Sdorra
2020-03-24 09:40:13 +01:00
parent b377cf141e
commit f746231699

View File

@@ -36,7 +36,7 @@
},
"markdownErrorNotification": {
"title": "Markdown content could not be parsed",
"description": "Content does not contain valid markdown. If you use XML, please ensure that it is wrapped in a code block e.g.:",
"description": "The Content does not contain valid markdown. If you use XML, please ensure that it is wrapped in a code block e.g.:",
"spec": "Please have a look at the specification"
},
"loading": {