From 7444d87a2bcd8744c4420855b3d861cece21245e Mon Sep 17 00:00:00 2001 From: Samyak Jain Date: Thu, 19 Sep 2024 12:44:07 -0400 Subject: [PATCH] fix #32: modified checkout label. --- src/ui/MiningRules/minedRulesComponent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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