Skip to content
Snippets Groups Projects
Commit 4d48a1ad authored by Kyle Doherty's avatar Kyle Doherty
Browse files

update query run text. closes #1205

parent 2c326728
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ export default class RunButton extends Component {
};
render() {
var runButtonText = (this.props.isRunning) ? "Loading..." : "Run query";
var runButtonText = (this.props.isRunning) ? "Loading..." : "Get answer";
var classes = cx({
"Button": true,
"Button--primary": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment