diff --git a/CHANGELOG.md b/CHANGELOG.md index 531c2b8b..b59f0e03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history for ui-circulation +## 10.1.0 IN PROGRESS + +* Incorrect name for Title level request setting. Refs UICIRC-1128. + ## [10.0.0](https://github.com/folio-org/ui-circulation/tree/v10.0.0) (2024-11-30) [Full Changelog](https://github.com/folio-org/ui-circulation/compare/v9.2.1...v10.0.0) diff --git a/package.json b/package.json index 99d2777e..768a530e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/circulation", - "version": "10.0.0", + "version": "10.1.0", "description": "Circulation manager", "repository": "folio-org/ui-circulation", "publishConfig": { diff --git a/translations/ui-circulation/en.json b/translations/ui-circulation/en.json index d75ce5c2..83d4d7df 100644 --- a/translations/ui-circulation/en.json +++ b/translations/ui-circulation/en.json @@ -12,6 +12,7 @@ "settings.index.patronNotices": "Patron notice templates", "settings.index.noticePolicies": "Patron notice policies", "settings.index.requestPolicies": "Request policies", + "settings.index.titleLevelRequests": "Title level requests", "settings.index.titleLevelRequestsTlr": "Title level requests (TLR)", "settings.index.tlrPatronNotices": "TLR patron notice templates", "settings.index.consortiumTLR": "Consortium title level requests (TLR)", @@ -36,11 +37,12 @@ "settings.title.patronNoticeTemplates": "Patron notice {optionNumber, plural, one {template} other {templates}}", "settings.title.requestCancellationReasons": "Request cancellation reasons", "settings.title.requestPolicies": "Request {optionNumber, plural, one {policy} other {policies}}", + "settings.title.titleLevelRequests": "Title level requests", "settings.title.titleLevelRequestsTlr": "Title level requests (TLR)", "settings.title.tlrPatronNotices": "TLR Patron notice templates", "settings.title.consortiumTLR": "Consortium title level requests (TLR)", "settings.title.printHoldRequests": "Print hold requests", - "settings.title.viewPrintDetails": "View print details", + "settings.title.viewPrintDetails": "View print details", "settings.title.newRecord": "New {name}", "settings.title.editRecord": "Edit {name}", @@ -336,6 +338,7 @@ "settings.requestPolicy.requestTypes.allowAll": "Allow all pickup service points", "settings.requestPolicy.requestTypes.allowSome": "Allow some pickup service points", + "settings.titleLevelRequests.paneTitle": "Title level requests", "settings.titleLevelRequestsTlr.paneTitle": "Title level requests (TLR)", "settings.tlrPatronNotices.paneTitle": "TLR Patron notice templates", "settings.titleLevelRequests.allow": "Allow title level requests",