This is an automated email from the ASF dual-hosted git repository.
dklco pushed a commit to branch SLING-7858
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
The following commit(s) were added to refs/heads/SLING-7858 by this push:
new ffee2b2 Fixing delete icon on the i18n screen
ffee2b2 is described below
commit ffee2b2e8746eed49e229d590f7ed0f12547ade2
Author: Dan Klco <[email protected]>
AuthorDate: Fri Aug 31 14:36:40 2018 -0400
Fixing delete icon on the i18n screen
---
.../main/resources/jcr_root/libs/sling-cms/content/i18n/dictionary.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ui/src/main/resources/jcr_root/libs/sling-cms/content/i18n/dictionary.json
b/ui/src/main/resources/jcr_root/libs/sling-cms/content/i18n/dictionary.json
index ab68447..f1c690c 100644
--- a/ui/src/main/resources/jcr_root/libs/sling-cms/content/i18n/dictionary.json
+++ b/ui/src/main/resources/jcr_root/libs/sling-cms/content/i18n/dictionary.json
@@ -63,7 +63,7 @@
"jcr:primaryType": "nt:unstructured",
"modal": true,
"title": "Delete i18n Dictionary",
- "text":
"×",
+ "icon":
"trash",
"prefix": "/cms/shared/delete.html"
}
}