diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1beb1e1ce..3990ee6e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
* Add call number browse settings. Refs UIIN-3116.
* Add "linked-data 1.0" interface to "optionalOkapiInterfaces". Refs UIIN-3166.
* Fix infinite loading animation after cancel edit/duplicate or 'Save & Close' consortial holdings/items. Fixes UIIN-3167.
+* Remove hover-over text next to "Effective call number" on the Item record detail view. Refs UIIN-3131.
## [12.0.8](https://github.com/folio-org/ui-inventory/tree/v12.0.8) (2024-12-24)
[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v12.0.7...v12.0.8)
diff --git a/src/views/ItemView.js b/src/views/ItemView.js
index b99475ce8..4e4e0bfa6 100644
--- a/src/views/ItemView.js
+++ b/src/views/ItemView.js
@@ -1143,11 +1143,6 @@ const ItemView = props => {
label={}
value={effectiveCallNumber(item)}
/>
- }
- buttonProps={{ 'data-testid': 'info-icon-effective-call-number' }}
- />
diff --git a/src/views/ItemView.test.js b/src/views/ItemView.test.js
index 794271278..96f092ecc 100644
--- a/src/views/ItemView.test.js
+++ b/src/views/ItemView.test.js
@@ -283,7 +283,6 @@ describe('ItemView', () => {
});
it('should display the information icons', () => {
- expect(screen.getAllByTestId('info-icon-effective-call-number')[0]).toBeDefined();
expect(screen.getAllByTestId('info-icon-shelving-order')[0]).toBeDefined();
});
diff --git a/translations/ui-inventory/en.json b/translations/ui-inventory/en.json
index 169289e80..fffbf33f1 100644
--- a/translations/ui-inventory/en.json
+++ b/translations/ui-inventory/en.json
@@ -867,7 +867,6 @@
"administrativeNote": "Administrative note",
"administrativeNotes": "Administrative notes",
"linkedToMarcAuthority": "Linked to MARC authority",
- "info.effectiveCallNumber": "This field contains the item call number, which is either inherited from the holdings record, or is the updated call number on the item record. While browsing call numbers, this field will be searched.",
"info.shelvingOrder": "This field is the normalized form of the call number which determines how the call number is sorted while browsing.",
"shortcut.nextSubfield": "quickMARC only: Move to the next subfield in a text box",