diff --git a/src/main/resources/archetype-resources/__artifactId__-aem-common/src/main/content/jcr_root/apps/__appsFolderName__/components/content/i18n/en.json b/src/main/resources/archetype-resources/__artifactId__-aem-common/src/main/content/jcr_root/apps/__appsFolderName__/components/content/i18n/en.json index e2839b4a..9076104d 100644 --- a/src/main/resources/archetype-resources/__artifactId__-aem-common/src/main/content/jcr_root/apps/__appsFolderName__/components/content/i18n/en.json +++ b/src/main/resources/archetype-resources/__artifactId__-aem-common/src/main/content/jcr_root/apps/__appsFolderName__/components/content/i18n/en.json @@ -21,7 +21,7 @@ "downloadlabel ((download))": "Download", "licenseinfo ((download))": "© {4} {0} {1} {2} {3}", "linklabel ((link))": "Link", - "publishDateDisplayFormat ((pagedate))": "MMMM d, YYYY", + "publishDateDisplayFormat ((pagedate))": "MMMM d, yyyy", "publishDateFormat ((pagedate))": "yyyy-MM-dd" -} \ No newline at end of file +}