diff --git a/CHANGELOG.md b/CHANGELOG.md index 9787bde3..c64f4887 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,6 +84,7 @@ * [UIQM-564](https://issues.folio.org/browse/UIQM-564) Hide permission `quickMARC: Create a new MARC authority record * [UIQM-431](https://issues.folio.org/browse/UIQM-431) Marc record fixed field 008 with proper order. * [UIQM-568](https://issues.folio.org/browse/UIQM-568) Remove second call to links-suggestion endpoint. Now only need to send one call to member tenant. +* [UIQM-590](https://issues.folio.org/browse/UIQM-590) Renaming labels and hints / Data 1-2 instead Start-End Date ## [6.0.2](https://github.com/folio-org/ui-quick-marc/tree/v6.0.2) (2023-03-30) diff --git a/translations/ui-quick-marc/en.json b/translations/ui-quick-marc/en.json index fb04248f..9c0bfa8d 100644 --- a/translations/ui-quick-marc/en.json +++ b/translations/ui-quick-marc/en.json @@ -53,8 +53,8 @@ "record.fixedField.FMus": "FMus", "record.fixedField.LTxt": "LTxt", "record.fixedField.DtSt": "DtSt", - "record.fixedField.Date1": "Start date", - "record.fixedField.Date2": "End date", + "record.fixedField.Date1": "Date 1", + "record.fixedField.Date2": "Date 2", "record.fixedField.Ills": "Ills", "record.fixedField.Cont": "Cont", "record.fixedField.Conf": "Conf", @@ -164,8 +164,8 @@ "record.fixedField.tip.Date entered on file": "Date entered on file", "record.fixedField.tip.Type of date/Publication status": "Type of date/Publication status", - "record.fixedField.tip.Start date": "Start date", - "record.fixedField.tip.End date": "End date", + "record.fixedField.tip.Start date": "Date 1", + "record.fixedField.tip.End date": "Date 2", "record.fixedField.tip.Place of publication, production, or execution": "Place of publication, production, or execution", "record.fixedField.tip.Illustrations": "Illustrations", "record.fixedField.tip.Target audience": "Target audience",