mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
Fixed: "Profile" to "Indexer" on Clone Button
This commit is contained in:
parent
87a64cdacb
commit
63ac527a66
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class Indexer extends Component {
|
|||
|
||||
<IconButton
|
||||
className={styles.cloneButton}
|
||||
title="Clone Profile"
|
||||
title="Clone Indexer"
|
||||
name={icons.CLONE}
|
||||
onPress={this.onCloneIndexerPress}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue