mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Edit Indexer tooltip reference to Movie
This commit is contained in:
@@ -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>
|
||||||
|
@@ -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}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
@@ -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",
|
||||||
|
Reference in New Issue
Block a user