mirror of
https://github.com/apache/superset.git
synced 2026-04-24 18:44:53 +00:00
Explore update button labels (#3534)
* resolve ui ambiguity * resolve button name ambiguity * update test
This commit is contained in:
committed by
Maxime Beauchemin
parent
17c7ca239a
commit
82b85d1d6c
@@ -93,7 +93,7 @@ export default class DisplayQueryButton extends React.PureComponent {
|
||||
<ModalTrigger
|
||||
animation={this.props.animation}
|
||||
isButton
|
||||
triggerNode={<span>Query</span>}
|
||||
triggerNode={<span>View Query</span>}
|
||||
modalTitle={t('Query')}
|
||||
bsSize="large"
|
||||
beforeOpen={this.beforeOpen}
|
||||
|
||||
@@ -41,7 +41,7 @@ export default function QueryAndSaveBtns(
|
||||
bsStyle={qryButtonStyle}
|
||||
disabled={!!errorMessage}
|
||||
>
|
||||
<i className="fa fa-bolt" /> Query
|
||||
<i className="fa fa-bolt" /> Run Query
|
||||
</Button>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user