diff --git a/src/resources/module/scripts/dialogs/schema-alignment-dialog.js b/src/resources/module/scripts/dialogs/schema-alignment-dialog.js index 1d11f30..d1f1ed7 100644 --- a/src/resources/module/scripts/dialogs/schema-alignment-dialog.js +++ b/src/resources/module/scripts/dialogs/schema-alignment-dialog.js @@ -76,8 +76,8 @@ SNACSchemaAlignmentDialog.getSNACModel = function() { { name: "CPF Type", required: true, tooltip: "Type of CPF entity. Possible values are: corporateBody, person, family" }, { name: "SNAC CPF ID", required: false, tooltip: "SNAC identifier for the CPF entity. Leave blank if the CPF is NOT in SNAC." }, { name: "Name Entry", required: false, tooltip: "Preferred Name Entry of the CPF entity." }, - { name: "Date", required: false, tooltip: "Exist Date or Dates of the CPF entity." }, - { name: "Date Type", required: false, tooltip: "Type of Exist Date. The following values may be used: Active, Birth, Death, Establishment, Disestablishment" }, + { name: "Exist Date", required: false, tooltip: "Exist Date or Dates of the CPF entity." }, + { name: "Exist Date Type", required: false, tooltip: "Type of Exist Date. The following values may be used: Active, Birth, Death, Establishment, Disestablishment" }, { name: "Subject", required: false, tooltip: "Subject term associated with the CPF entity. Repeatable in relation to entity. " }, { name: "Place", required: false, tooltip: "Place name associated with the CPF entity. Repeatable in relation to entity." }, { name: "Place Role", required: false, tooltip: "Role of the place in relation to the CPF entity. The following values may be used: Birth, Death, Residence" },