1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-03-17 21:17:50 +02:00

Fixed indexer copy translation

This commit is contained in:
Mark McDowall 2023-09-01 14:21:50 -07:00
parent e04f36186b
commit 276352dda4

View File

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