You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2019/10/19 01:48:13 UTC

[sling-org-apache-sling-app-cms] branch master updated: Minor: fixing button on create template

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


The following commit(s) were added to refs/heads/master by this push:
     new 7c7a8da  Minor: fixing button on create template
7c7a8da is described below

commit 7c7a8da1b7ae3f0060caaf7eb40053ccce190539
Author: Dan Klco <dk...@apache.org>
AuthorDate: Fri Oct 18 21:48:05 2019 -0400

    Minor: fixing button on create template
---
 .../main/resources/jcr_root/libs/sling-cms/content/template/create.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/main/resources/jcr_root/libs/sling-cms/content/template/create.json b/ui/src/main/resources/jcr_root/libs/sling-cms/content/template/create.json
index 376ddfb..b89c26e 100644
--- a/ui/src/main/resources/jcr_root/libs/sling-cms/content/template/create.json
+++ b/ui/src/main/resources/jcr_root/libs/sling-cms/content/template/create.json
@@ -13,7 +13,7 @@
                 "sling:resourceType": "sling-cms/components/editor/slingform",
                 "actionSuffix": "/templates/",
                 "successPrepend": "/libs/sling-cms/content/site/content.html",
-                "button": "Create Taxonomy",
+                "button": "Create Template",
                 "fields": {
                     "jcr:primaryType": "nt:unstructured",
                     "sling:resourceType": "sling-cms/components/general/container",