Skip to content

Commit

Permalink
change details label
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-François Lamy committed Jan 30, 2024
1 parent f384e18 commit a33c5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/app/owlcms/fly/AppsView.java
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ private void showSharedKey(Div publicResultsSection) {
label3.setWidth(LEFT_LABEL_WIDTH);

Icon icon = VaadinIcon.QUESTION_CIRCLE_O.create();
HorizontalLayout clickHere = new HorizontalLayout(icon, new Text("\u00a0What is this?"));
HorizontalLayout clickHere = new HorizontalLayout(icon, new Text("\u00a0Click here for explanations."));
clickHere.getStyle().set("color", "slate");
clickHere.setSpacing(false);
icon.getStyle().set("zoom", "90%");
Expand Down

0 comments on commit a33c5d6

Please sign in to comment.