mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Fixed: "Profile" to "Indexer" on Clone Button (
(cherry picked from commit https://github.com/Readarr/Readarr/commit/058ab4b4a8f5b0e6cab178692ab8b85a818d6e08
This commit is contained in:
@@ -87,7 +87,7 @@ class Indexer extends Component {
|
||||
|
||||
<IconButton
|
||||
className={styles.cloneButton}
|
||||
title={translate('CloneProfile')}
|
||||
title={translate('CloneIndexer')}
|
||||
name={icons.CLONE}
|
||||
onPress={this.onCloneIndexerPress}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user