diff --git a/dotCMS/src/main/java/com/dotcms/contenttype/business/ContentTypeAPIImpl.java b/dotCMS/src/main/java/com/dotcms/contenttype/business/ContentTypeAPIImpl.java index 126c0b0dcd9b..28da69f82604 100644 --- a/dotCMS/src/main/java/com/dotcms/contenttype/business/ContentTypeAPIImpl.java +++ b/dotCMS/src/main/java/com/dotcms/contenttype/business/ContentTypeAPIImpl.java @@ -219,7 +219,7 @@ public ContentType copyFrom(final CopyContentTypeBean copyContentTypeBean) throw if (LicenseManager.getInstance().isCommunity()) { - throw new InvalidLicenseException("An enterprise license is required to copy content type"); + throw new InvalidLicenseException("An enterprise license is required to copy content type"); } final ContentType sourceContentType = copyContentTypeBean.getSourceContentType();