Fixed: Edit Indexer tooltip reference to Movie

pull/25/head
Qstick 4 years ago
parent 15de46c877
commit b1809d1370

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

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

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

Loading…
Cancel
Save