From 96bf786875785bae8f96b9d18b47db40dfb8308d Mon Sep 17 00:00:00 2001
From: Tom Schindler <tom.schindler@student.uni-halle.de>
Date: Wed, 21 Aug 2024 14:50:49 +0200
Subject: [PATCH] =?UTF-8?q?Hints=20hinzugef=C3=BCgt=20bei=20Starplot=20in?=
 =?UTF-8?q?=20Beschreibung?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 public/main.js   | 2 +-
 src/Starplot.elm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/main.js b/public/main.js
index edd1a28..a545f89 100644
--- a/public/main.js
+++ b/public/main.js
@@ -13198,7 +13198,7 @@ var $author$project$Starplot$viewStarplot = function (model) {
 								_List_Nil,
 								_List_fromArray(
 									[
-										$elm$html$Html$text('You can compare two smartphones at the same time. Each of the two starplots has an input field where an ID from a smartphone can be entered to display it in the starplot. By hovering over a plot label, you can see the exactly value for the label.')
+										$elm$html$Html$text('Hints: You can compare two smartphones at the same time. Each of the two starplots has an input field where an ID from a smartphone can be entered to display it in the starplot. By hovering over a plot label, you can see the exactly value for the label.')
 									]))
 							])),
 						A2(
diff --git a/src/Starplot.elm b/src/Starplot.elm
index f380577..2f085f7 100644
--- a/src/Starplot.elm
+++ b/src/Starplot.elm
@@ -324,7 +324,7 @@ viewStarplot model =
 
         starplotViewHead spd1 spd2 =
             div []
-                [ Html.div [ class [ "description" ], align "center" ] [ Html.b [] [ Html.text "You can compare two smartphones at the same time. Each of the two starplots has an input field where an ID from a smartphone can be entered to display it in the starplot. By hovering over a plot label, you can see the exactly value for the label." ] ]
+                [ Html.div [ class [ "description" ], align "center" ] [ Html.b [] [ Html.text "Hints: You can compare two smartphones at the same time. Each of the two starplots has an input field where an ID from a smartphone can be entered to display it in the starplot. By hovering over a plot label, you can see the exactly value for the label." ] ]
                 , Html.span [ class [ "plotStarInfo" ] ]
                     [ case spd1 of
                         Just spd ->
-- 
GitLab