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

(cherry picked from commit https://github.com/Readarr/Readarr/commit/058ab4b4a8f5b0e6cab178692ab8b85a818d6e08
This commit is contained in:
PearsonFlyer
2021-07-04 08:47:58 -04:00
committed by GitHub
parent d590769607
commit 438b75e8cf
27 changed files with 27 additions and 1 deletions
@@ -87,7 +87,7 @@ class Indexer extends Component {
<IconButton
className={styles.cloneButton}
title={translate('CloneProfile')}
title={translate('CloneIndexer')}
name={icons.CLONE}
onPress={this.onCloneIndexerPress}
/>