sql Lab buttons (#13174)

This commit is contained in:
AAfghahi 2021-02-25 12:51:48 -05:00 committed by GitHub
parent d39bc14a0b
commit 776685736c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -452,7 +452,7 @@ export default class ResultSet extends React.PureComponent<
buttonSize="small"
href={`/superset/csv/${this.props.query.id}`}
>
<i className="fa fa-file-text-o" /> {t('.CSV')}
<i className="fa fa-file-text-o" /> {t('Download to CSV')}
</Button>
)}
@ -461,7 +461,7 @@ export default class ResultSet extends React.PureComponent<
wrapped={false}
copyNode={
<Button buttonSize="small">
<i className="fa fa-clipboard" /> {t('Clipboard')}
<i className="fa fa-clipboard" /> {t('Copy to Clipboard')}
</Button>
}
/>