Fixed: "Profile" to "Indexer" on Clone Button

This commit is contained in:
Qstick 2020-07-02 21:35:05 -04:00 committed by Mark McDowall
parent 87a64cdacb
commit 63ac527a66
1 changed files with 1 additions and 1 deletions

View File

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