diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b9359f..2ebec3a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ * [UIQM-697](https://issues.folio.org/browse/UIQM-697) Field 008: Validate the length of subfields. Add backslashes if the length of a subfield of field 008 is shorter, if longer - cut off the extra characters. * [UIQM-699](https://issues.folio.org/browse/UIQM-699) ECS - send validation request with central tenant id for shared Bib and Authority records. * [UIQM-693](https://issues.folio.org/browse/UIQM-693) Hide permission - Edit, View: Enable duplicate LCCN (010 $a) checking of MARC bibliographic and authority records. +* [UIQM-695](https://issues.folio.org/browse/UIQM-695) Remove extra `$` from error messages when adding/removing $t from 1XX of linked MARC authority record. ## [8.0.1] (https://github.com/folio-org/ui-quick-marc/tree/v8.0.1) (2024-04-18) diff --git a/translations/ui-quick-marc/en.json b/translations/ui-quick-marc/en.json index b27cfa2b..f8db05f3 100644 --- a/translations/ui-quick-marc/en.json +++ b/translations/ui-quick-marc/en.json @@ -745,8 +745,8 @@ "record.error.location.invalid": "852 $b contains an invalid Location code. Please try again.", "record.error.$9": "$9 is an invalid subfield for linkable bibliographic fields.", "record.error.1xx.change": "Cannot change the saved MARC authority field {tag} because it controls a bibliographic field(s). To change this 1XX, you must unlink all controlled bibliographic fields.", - "record.error.1xx.add$t": "Cannot add a $t to the ${tag} field because it controls a bibliographic field(s) that cannot control this subfield. To change this 1XX value, you must unlink all controlled bibliographic fields that cannot control $t.", - "record.error.1xx.remove$t": "Cannot remove $t from the ${tag} field because it controls a bibliographic field(s) that requires this subfield. To change this 1XX value, you must unlink all controlled bibliographic fields that requires $t to be controlled.", + "record.error.1xx.add$t": "Cannot add a $t to the {tag} field because it controls a bibliographic field(s) that cannot control this subfield. To change this 1XX value, you must unlink all controlled bibliographic fields that cannot control $t.", + "record.error.1xx.remove$t": "Cannot remove $t from the {tag} field because it controls a bibliographic field(s) that requires this subfield. To change this 1XX value, you must unlink all controlled bibliographic fields that requires $t to be controlled.", "record.error.fieldIsControlled": "A subfield(s) cannot be updated because it is controlled by an authority heading.", "record.error.field.onlyOneSubfield":"{fieldTag} can only have one {subField}.",