From f746231699413094f7bc2865ece024a765b82254 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Tue, 24 Mar 2020 09:40:13 +0100 Subject: [PATCH] improve markdown error notification description --- scm-ui/ui-webapp/public/locales/en/commons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm-ui/ui-webapp/public/locales/en/commons.json b/scm-ui/ui-webapp/public/locales/en/commons.json index f15a0890c6..3d5af75f78 100644 --- a/scm-ui/ui-webapp/public/locales/en/commons.json +++ b/scm-ui/ui-webapp/public/locales/en/commons.json @@ -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": {