Fixed: Typo on Indexer card clone tooltip [skip ci]

This commit is contained in:
Qstick 2020-10-02 20:44:43 -04:00
parent 085b07a9c6
commit b64b7bcff0

View file

@ -86,7 +86,7 @@ class Indexer extends Component {
<IconButton
className={styles.cloneButton}
title="Clone Profile"
title="Clone Indexer"
name={icons.CLONE}
onPress={this.onCloneIndexerPress}
/>