diff --git a/pass-core-metadataschema-service/src/main/resources/schemas/jhu/global.json b/pass-core-metadataschema-service/src/main/resources/schemas/jhu/global.json index 80ed9cb3..531c3375 100644 --- a/pass-core-metadataschema-service/src/main/resources/schemas/jhu/global.json +++ b/pass-core-metadataschema-service/src/main/resources/schemas/jhu/global.json @@ -181,14 +181,14 @@ }, "journal-title": { "type": "text", - "label": "Journal Title (required)", + "label": "Journal Title", "placeholder": "Enter the journal title", "hidden": false, "order": 2 }, "journal-NLMTA-ID": { "type": "text", - "label": "Journal NLMTA ID (optional)", + "label": "Journal NLMTA ID", "placeholder": "nlmta", "order": 3 },