mirror of
https://github.com/Sonarr/Sonarr
synced 2025-12-06 16:32:24 +01:00
Fixed indexer copy translation
This commit is contained in:
parent
e04f36186b
commit
276352dda4
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ export default {
|
||||||
|
|
||||||
// Set the name in pendingChanges
|
// Set the name in pendingChanges
|
||||||
newState.pendingChanges = {
|
newState.pendingChanges = {
|
||||||
name: translate('DefaultNameCopiedSpecification', { name: item.name })
|
name: translate('DefaultNameCopiedProfile', { name: item.name })
|
||||||
};
|
};
|
||||||
|
|
||||||
return updateSectionState(state, section, newState);
|
return updateSectionState(state, section, newState);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue