Skip to content

Commit ae72cb8

Browse files
committed
[smarcet]
* updated button text for bayes estimator
1 parent 9e1e4bd commit ae72cb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

survey_builder/ui/source/js/sangria/free-text-answers-list/SangriaSurveyFreeTextAnswersListApp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,9 @@ class SangriaSurveyFreeTextAnswersListApp extends React.Component {
385385
<div className="row main-controls-row">
386386
<div className="col-md-12">
387387
<button className='btn btn-primary'
388-
title="Rebuild Bayesian Model for all answers when new tags are added manually"
388+
title="Train Bayesian Naive Model"
389389
onClick={(e) => this.onRebuildBayesianNaiveModel(e)}>
390-
Rebuild Bayesian Naive Model
390+
Train Bayesian Naive Model
391391
</button>
392392
</div>
393393
</div>

0 commit comments

Comments
 (0)