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
|
||||
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}
|
||||
/>
|
||||
|
||||
|
Reference in New Issue
Block a user