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);