Skip to content

Commit ef52c96

Browse files
Merge pull request #122 from Cyborger1/update-feedback-tooltips
Update prediction feedback tooltip text
2 parents 1d4b5e6 + 8f89944 commit ef52c96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/botdetector/ui/BotDetectorPanel.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)