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 e398634f0778a1e3c41389ad28d9572549dd2983 Author: Dan Klco <[email protected]> AuthorDate: Mon Aug 27 13:28:37 2018 -0400 Fixing the label on the text field --- .../jcr_root/libs/sling-cms/components/editor/fields/text/edit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/main/resources/jcr_root/libs/sling-cms/components/editor/fields/text/edit.json b/ui/src/main/resources/jcr_root/libs/sling-cms/components/editor/fields/text/edit.json index 6f98584..292d20a 100644 --- a/ui/src/main/resources/jcr_root/libs/sling-cms/components/editor/fields/text/edit.json +++ b/ui/src/main/resources/jcr_root/libs/sling-cms/components/editor/fields/text/edit.json @@ -37,7 +37,7 @@ }, "date": { "jcr:primaryType": "nt:unstructured", - "label": "Date/Time", + "label": "Date", "value": "date" }, "datetime": {
