From 5f4ca19760ac83fe1f8fe2e3e5bee94d3974743b Mon Sep 17 00:00:00 2001
From: "Olabarrieta Palacios, Ignacio" <ignacio.olabarrieta@tecnalia.com>
Date: Tue, 13 Dec 2022 09:22:44 +0100
Subject: [PATCH] documenting

---
 .../traffic-prediction/traffic-prediction.component.html     | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/app/pages/tecnalia-module/traffic-prediction/traffic-prediction.component.html b/src/app/pages/tecnalia-module/traffic-prediction/traffic-prediction.component.html
index 1f94e241..d508ff04 100644
--- a/src/app/pages/tecnalia-module/traffic-prediction/traffic-prediction.component.html
+++ b/src/app/pages/tecnalia-module/traffic-prediction/traffic-prediction.component.html
@@ -245,7 +245,8 @@
                     show up in the table, the user should press the reload button to be able to see it.</li>
                 <li><b>Calendar:</b> The calendar is used to choose the day to be predicted, or the starting day of the period to be predicted. 
                     This is used once the models have been trainned, i.e. their status is zero. By default the selected day corresponds to the current day. In addition 
-                    in the calendar. Notice that is a prediction that involves weather is required only few days in the future are susceptible to be predicted.</li>
+                    in the calendar. Notice that is a prediction that involves weather is required only few days in the future are susceptible to be predicted. In that particular case the not 
+                    allowed days are grey out showing that it cannot be selected.</li>
 
                 <li><b>Loop Table:</b> Shows statistical information about the data from the Loop sensor choosen. Below this table there are two buttoms:
                     <ul>
@@ -276,7 +277,7 @@
                             <li><b>2</b>: In addition to the previous considers the day of the week (DoW).</li>
                             <li><b>3</b>: In addition to the previous considers if the given day is a School day and/or a Holiday or not (SaH).</li>
                             <li><b>4</b>: In addition to the previous considers the metereological variables (MET).</li>
-                            <li><b>5</b>: In addition to the previous considers events).</li>
+                            <li><b>5</b>: In addition to the previous considers events.</li>
                         </ul></li>
                </ul>
             Once this information is properly set, the creation of the predicting model is started by pressing the <b>Submit</b> button. The information related 
-- 
GitLab