Fixed: "Profile" to "Indexer" on Clone Button
This commit is contained in:
parent
87a64cdacb
commit
63ac527a66
|
@ -84,7 +84,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…
Reference in New Issue