Skip to content

Commit

Permalink
UIBULKED-471 Rename "Find" to "Find (full field search)" (#514)
Browse files Browse the repository at this point in the history
(cherry picked from commit a04b8d8)
  • Loading branch information
vashjs committed Apr 12, 2024
1 parent cd62cad commit 2a63746
Show file tree
Hide file tree
Showing 3 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 @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/constants/inAppActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});

Expand Down
2 changes: 1 addition & 1 deletion translations/ui-bulk-edit/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2a63746

Please sign in to comment.