From 85f6187e54435f20018ad39fc59fc2590f05adab Mon Sep 17 00:00:00 2001 From: Uladzislau_Kutarkin Date: Thu, 12 Oct 2023 11:06:23 +0400 Subject: [PATCH] UIBULKED-355: Remove reference to Query tab on the landing page --- CHANGELOG.md | 1 + translations/ui-bulk-edit/en.json | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9f16301..7cf19193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ * [UIBULKED-341](https://issues.folio.org/browse/UIBULKED-341) Separate Item notes in different columns based on the note type * [UIBULKED-351](https://issues.folio.org/browse/UIBULKED-351) Hide Query tab * [UIBULKED-276](https://issues.folio.org/browse/UIBULKED-276) Rename "Instance" column for holdings records preview +* [UIBULKED-355](https://issues.folio.org/browse/UIBULKED-355) Remove reference to Query tab on the landing page. ## [3.0.5](https://github.com/folio-org/ui-bulk-edit/tree/v3.0.5) (2023-03-22) diff --git a/translations/ui-bulk-edit/en.json b/translations/ui-bulk-edit/en.json index a126bca3..9e92deac 100644 --- a/translations/ui-bulk-edit/en.json +++ b/translations/ui-bulk-edit/en.json @@ -30,10 +30,10 @@ "list.filters.recordIdentifier.holdings.instanceHRID": "Instance HRIDs", "list.filters.recordIdentifier.holdings.itemBarcodes": "Item barcodes", - "list.result.emptyMessage": "Select a \"record identifier\" when on the Identifier tab. Enter a \"search query\" when on the Query tab", - "list.result.emptyMessage.empty": "Select a \"record identifier\" when on the Identifier tab. Enter a \"search query\" when on the Query tab", - "list.result.emptyMessage.item": "Select a \"record identifier\" when on the Identifier tab. Enter a \"search query\" when on the Query tab", - "list.result.emptyMessage.holdings": "Select a \"record identifier\" when on the Identifier tab. Enter a \"search query\" when on the Query tab", + "list.result.emptyMessage": "Select a \"record identifier\" when on the Identifier tab", + "list.result.emptyMessage.empty": "Select a \"record identifier\" when on the Identifier tab", + "list.result.emptyMessage.item": "Select a \"record identifier\" when on the Identifier tab", + "list.result.emptyMessage.holdings": "Select a \"record identifier\" when on the Identifier tab", "list.result.emptyMessage.ID": "Drag and drop or choose file with User UUIDs", "list.result.emptyMessage.BARCODE": "Drag and drop or choose file with User Barcodes", "list.result.emptyMessage.EXTERNAL_SYSTEM_ID": "Drag and drop or choose file with External IDs",