Skip to content

Commit

Permalink
UIIN-2797: Change label of eye-readable call number search option in …
Browse files Browse the repository at this point in the history
…holdings/items.
  • Loading branch information
Dmytro-Melnyshyn committed May 7, 2024
1 parent b216872 commit efa8139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* Jest/RTL: Cover InstancePlugin component with unit tests. Refs UIIN-2668.
* Jest/RTL: Cover ImportRecord component with unit test. Refs UIIN-2667.
* Jest/RTL: Cover MoveHoldingContext component with unit tests. Refs UIIN-2664.
* Change label of eye-readable call number search option in holdings/items. Refs UIIN-2797.

## [11.0.4](https://github.com/folio-org/ui-inventory/tree/v11.0.4) (2024-04-30)
[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v11.0.3...v11.0.4)
Expand Down
4 changes: 2 additions & 2 deletions translations/ui-inventory/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,11 @@
"isbnNormalized": "ISBN, normalized",
"issn": "ISSN",
"lccn": "LCCN, normalized",
"callNumberEyeReadable": "Call number, not normalized",
"normalizedClassificationNumber": "Classification, normalized",
"callNumberEyeReadable": "Call number, eye readable",
"callNumberNormalized": "Call number, normalized",
"itemEffectiveCallNumberEyeReadable": "Effective call number (item), eye readable",
"itemEffectiveCallNumberNormalized": "Effective call number (item), normalized",
"itemEffectiveCallNumberEyeReadable": "Effective call number (item), not normalized",
"search": "Search",
"search.all": "Keyword (title, contributor, identifier, HRID, UUID)",
"search.allFields": "All",
Expand Down

0 comments on commit efa8139

Please sign in to comment.