diff --git a/src/ui/MiningRules/minedRulesComponent.js b/src/ui/MiningRules/minedRulesComponent.js index f6c5fff..da00e5b 100644 --- a/src/ui/MiningRules/minedRulesComponent.js +++ b/src/ui/MiningRules/minedRulesComponent.js @@ -273,7 +273,7 @@ class MinedRulesComponent extends Component { onChange={this.handleColorCodingToggle} style={{marginRight: "10px"}} /> - Highlight Code by Rule Probability + Highlight Code Elements Based On Their Likelihood Of Being Part Of A Rule
Tutorial