Fixed: Edit Indexer tooltip reference to Movie

This commit is contained in:
Qstick
2021-03-07 11:29:03 -05:00
parent 15de46c877
commit b1809d1370
3 changed files with 2 additions and 3 deletions

View File

@@ -224,7 +224,7 @@ class IndexerIndexRow extends Component {
<IconButton <IconButton
name={icons.EDIT} name={icons.EDIT}
title={translate('EditMovie')} title={translate('EditIndexer')}
onPress={this.onEditIndexerPress} onPress={this.onEditIndexerPress}
/> />
</VirtualTableRowCell> </VirtualTableRowCell>

View File

@@ -73,7 +73,7 @@ class MovieIndexActionsCell extends Component {
<IconButton <IconButton
name={icons.EDIT} name={icons.EDIT}
title={translate('EditMovie')} title={translate('EditIndexer')}
onPress={this.onEditMoviePress} onPress={this.onEditMoviePress}
/> />

View File

@@ -76,7 +76,6 @@
"Docker": "Docker", "Docker": "Docker",
"Downloading": "Downloading", "Downloading": "Downloading",
"EditIndexer": "Edit Indexer", "EditIndexer": "Edit Indexer",
"EditMovie": "Edit Movie",
"Enable": "Enable", "Enable": "Enable",
"EnableAutoHelpText": "If enabled, Movies will be automatically added to Prowlarr from this list", "EnableAutoHelpText": "If enabled, Movies will be automatically added to Prowlarr from this list",
"EnableAutomaticAdd": "Enable Automatic Add", "EnableAutomaticAdd": "Enable Automatic Add",