File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/botdetector/ui Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -681,8 +681,8 @@ private JPanel predictionFeedbackPanel()
681681 GridBagConstraints c = new GridBagConstraints ();
682682 c .fill = GridBagConstraints .HORIZONTAL ;
683683
684- String tooltip = "<html>Please tell us if this prediction seems %s to you!" +
685- "<br>Doing so will help us improve our model .</html>" ;
684+ String tooltip = "<html>Tell us if the <b>primary prediction</b> seems %s to you! Doing so will help us improve our model. " +
685+ "<br><span style='color:red'>Please</span>, do not vote against a prediction simply because the percentage is not high enough .</html>" ;
686686
687687 feedbackHeaderLabel = new JLabel ("Is this prediction correct?" );
688688 feedbackHeaderLabel .setHorizontalTextPosition (JLabel .LEFT );
You can’t perform that action at this time.
0 commit comments