From 2a63746145d07c17cfc05db05dbc875c23395f6b Mon Sep 17 00:00:00 2001 From: Vadym Shchekotilin <86330150+vashjs@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:19:09 +0200 Subject: [PATCH] UIBULKED-471 Rename "Find" to "Find (full field search)" (#514) (cherry picked from commit a04b8d8895fb4db56c9e6d72a7e48bc25d6c08eb) --- CHANGELOG.md | 1 + src/constants/inAppActions.js | 2 +- translations/ui-bulk-edit/en.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0165e06c..70ec04a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * [UIBULKED-467](https://issues.folio.org/browse/UIBULKED-467) File is not downloaded to local machine when "Actions" menu is closed * [UIBULKED-463](https://folio-org.atlassian.net/browse/UIBULKED-463) Update translation with new key fo columns * [UIBULKED-472](https://folio-org.atlassian.net/browse/UIBULKED-472) Fix 100% progress bar when progress is not available. +* [UIBULKED-471](https://folio-org.atlassian.net/browse/UIBULKED-471) Rename "Find" to "Find (full field search)". ## [4.1.1](https://github.com/folio-org/ui-bulk-edit/tree/v4.1.1) (2024-04-03) diff --git a/src/constants/inAppActions.js b/src/constants/inAppActions.js index d77df5dc..5744acd3 100644 --- a/src/constants/inAppActions.js +++ b/src/constants/inAppActions.js @@ -41,7 +41,7 @@ export const getPlaceholder = (formatMessage) => ({ export const getFindAction = (formatMessage) => ({ value: ACTIONS.FIND, - label: formatMessage({ id: 'ui-bulk-edit.actions.find' }), + label: formatMessage({ id: 'ui-bulk-edit.actions.findFullField' }), disabled: false, }); diff --git a/translations/ui-bulk-edit/en.json b/translations/ui-bulk-edit/en.json index f860b3f8..5a9cc33d 100644 --- a/translations/ui-bulk-edit/en.json +++ b/translations/ui-bulk-edit/en.json @@ -322,7 +322,7 @@ "actions.placeholder": "Select action", "options.placeholder": "Select option", "type.placeholder": "Select type", - "actions.find": "Find", + "actions.findFullField": "Find (full field search)", "layer.column.options": "Options", "layer.column.actions": "Actions", "layer.action.replace": "Replace with",