Fixed: Correct Tooltips for Clone Format and Export

Fixes #4991
This commit is contained in:
Qstick
2020-09-10 22:25:34 -04:00
parent da720fdf4c
commit 29bc38423b
3 changed files with 6 additions and 3 deletions

View File

@@ -93,14 +93,14 @@ class CustomFormat extends Component {
<div>
<IconButton
className={styles.cloneButton}
title={translate('CloneProfile')}
title={translate('CloneCustomFormat')}
name={icons.CLONE}
onPress={this.onCloneCustomFormatPress}
/>
<IconButton
className={styles.cloneButton}
title={translate('CloneProfile')}
title={translate('ExportCustomFormat')}
name={icons.EXPORT}
onPress={this.onExportCustomFormatPress}
/>

View File

@@ -60,6 +60,7 @@ class ExportCustomFormatModalContent extends Component {
<ClipboardButton
className={styles.button}
value={json}
title={translate('CopyToClipboard')}
kind={kinds.DEFAULT}
/>
<Button