mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-08 05:51:47 -07:00
Fixed: Typo on Indexer card clone tooltip [skip ci]
This commit is contained in:
parent
085b07a9c6
commit
b64b7bcff0
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class Indexer extends Component {
|
||||||
|
|
||||||
<IconButton
|
<IconButton
|
||||||
className={styles.cloneButton}
|
className={styles.cloneButton}
|
||||||
title="Clone Profile"
|
title="Clone Indexer"
|
||||||
name={icons.CLONE}
|
name={icons.CLONE}
|
||||||
onPress={this.onCloneIndexerPress}
|
onPress={this.onCloneIndexerPress}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue