We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd48216 commit 88ae497Copy full SHA for 88ae497
src/main/java/edu/harvard/iq/dataverse/util/bagit/BagGenerator.java
@@ -871,7 +871,7 @@ private String generateInfoFile() {
871
info.append(CRLF);
872
873
info.append("Internal-Sender-Identifier: ");
874
- String catalog = BundleUtil.getStringFromBundle("bagit.sourceOrganization") + " Catalog";
+ String catalog = orgName + " Catalog";
875
if (aggregation.has(JsonLDTerm.schemaOrg("includedInDataCatalog").getLabel())) {
876
catalog = aggregation.get(JsonLDTerm.schemaOrg("includedInDataCatalog").getLabel()).getAsString();
877
}
0 commit comments