Fixed indexer copy translation

pull/5995/head
Mark McDowall 10 months ago
parent e04f36186b
commit 276352dda4

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

Loading…
Cancel
Save