From cfc5d777a5fe011c38cbd89ccce56cfc2b1df662 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Thu, 21 Feb 2019 00:13:50 +0100
Subject: [PATCH] Improve info text

---
 app/routes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/routes.py b/app/routes.py
index a5048d3..4029298 100644
--- a/app/routes.py
+++ b/app/routes.py
@@ -45,7 +45,7 @@ def rttc():
         info=
         "Cable Round Trip Time calculated from realtime data provided by the "
         "Detector Manager. The red lines shows the median and the STD "
-        "calculated. from the last 24 hours. "
+        "from the past 24 hours. "
         "RTTC = Cable_RTT - (TX_Slave + RX_Slave + TX_Master + RX_Master)")
 
 
-- 
GitLab