diff --git a/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/administrative/item/AddBitstreamForm.java b/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/administrative/item/AddBitstreamForm.java index 2fd3911781..43fff4a7c5 100644 --- a/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/administrative/item/AddBitstreamForm.java +++ b/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/administrative/item/AddBitstreamForm.java @@ -59,7 +59,7 @@ public class AddBitstreamForm extends AbstractDSpaceTransformer private static final Message T_no_bundles = message("xmlui.administrative.item.AddBitstreamForm.no_bundles"); - private static final String DEFAULT_BUNDLE_LIST = "ORIGINAL, METADATA, THUMBNAIL, LICENSE, CC_LICENSE"; + private static final String DEFAULT_BUNDLE_LIST = "ORIGINAL, METADATA, THUMBNAIL, LICENSE, CC-LICENSE"; public void addPageMeta(PageMeta pageMeta) throws WingException { diff --git a/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/i18n/messages.xml b/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/i18n/messages.xml index 46cf1cdda9..7021e92601 100644 --- a/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/i18n/messages.xml +++ b/dspace-xmlui/dspace-xmlui-webapp/src/main/webapp/i18n/messages.xml @@ -1238,7 +1238,7 @@ Metadata Files Thumbnails Licenses - Creative Commons Licenses + Creative Commons Licenses File Please enter the name of the file on your computer corresponding to your item. If you click "Browse...", a new window will appear in which you can locate and select the file from your computer. Description diff --git a/dspace/config/dspace.cfg b/dspace/config/dspace.cfg index 81eb6ba1af..cf43eecb21 100644 --- a/dspace/config/dspace.cfg +++ b/dspace/config/dspace.cfg @@ -1859,7 +1859,7 @@ webui.suggest.enable = false # into an existing item through the administrative interface. If the user does not # have the appropriate privileges (add & write) on the bundle then that bundle will # not be shown to the user as an option. -#xmlui.bundle.upload = ORIGINAL, METADATA, THUMBNAIL, LICENSE, CC_LICENSE +#xmlui.bundle.upload = ORIGINAL, METADATA, THUMBNAIL, LICENSE, CC-LICENSE # On the community-list page should all the metadata about a community/collection # be available to the theme. This parameter defaults to true, but if you are