From 276352dda478aaa7be7d0fc744548adddec6e6b6 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 1 Sep 2023 14:21:50 -0700 Subject: [PATCH] Fixed indexer copy translation --- frontend/src/Store/Actions/Settings/indexers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Store/Actions/Settings/indexers.js b/frontend/src/Store/Actions/Settings/indexers.js index 9d6dca5c8..77d630ae1 100644 --- a/frontend/src/Store/Actions/Settings/indexers.js +++ b/frontend/src/Store/Actions/Settings/indexers.js @@ -150,7 +150,7 @@ export default { // Set the name in pendingChanges newState.pendingChanges = { - name: translate('DefaultNameCopiedSpecification', { name: item.name }) + name: translate('DefaultNameCopiedProfile', { name: item.name }) }; return updateSectionState(state, section, newState);