mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
Fixed: Edit Indexer tooltip reference to Movie
This commit is contained in:
parent
15de46c877
commit
b1809d1370
3 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue