mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04: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