This commit is contained in:
GotPPay
2018-01-16 13:38:05 +01:00
parent e5783740cf
commit 389a71b05a
2 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ class IntentList extends Component {
<div className="IntentList-title">
<h3>Intents</h3>
<h3>Questions</h3>
</div>
{
this.state.intents.map((intent,index)=>{
@@ -45,7 +45,7 @@ class IntentList extends Component {
<br></br>
<Button className="AddIntent" flat primary swapTheming
onClick={this.props.onAddIntentClick}
disabled={this.props.waiting}>Add intent</Button>
disabled={this.props.waiting}>Add question</Button>
</div>
);
}