Commit a0c00c938a83d95e59bfc2b102a2b9fa1397a816
1 parent
2e6d71cc
Exists in
mlplasmas
and in
1 other branch
Change Button run prediction text
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/app/views/MachineLearningUI.js
... | ... | @@ -154,7 +154,7 @@ Ext.define('amdaUI.MachineLearningUI', { |
154 | 154 | this.createPredictionUI() |
155 | 155 | ], |
156 | 156 | bbar: [ |
157 | - {xtype: 'button', text: 'Run Prediction', handler: this.runPredictionRequest, scope: me} | |
157 | + {xtype: 'button', text: 'Run Model Prediction', handler: this.runPredictionRequest, scope: me} | |
158 | 158 | ] |
159 | 159 | } |
160 | 160 | /*, |
... | ... |