This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit e475ee651c2c9a9ef21d88da7831d3eb4e1adcb0
Author: Dan Klco <[email protected]>
AuthorDate: Wed Sep 8 19:40:06 2021 -0400

    Minor - removing bad character
---
 .../resources/jcr_root/libs/sling-cms/components/jobs/list/list.jsp     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/ui/src/main/resources/jcr_root/libs/sling-cms/components/jobs/list/list.jsp 
b/ui/src/main/resources/jcr_root/libs/sling-cms/components/jobs/list/list.jsp
index 781711b..2548717 100644
--- 
a/ui/src/main/resources/jcr_root/libs/sling-cms/components/jobs/list/list.jsp
+++ 
b/ui/src/main/resources/jcr_root/libs/sling-cms/components/jobs/list/list.jsp
@@ -25,7 +25,7 @@
                     #
                 </th>
                 <th scope="col">
-                    <fmt:message key="Job Name" />
+                    <fmt:message key="Job Name" />
                 </th>
                 <th scope="col">
                     <fmt:message key="Started" />

Reply via email to