From 754c8d3d321b3417db31f36f78ceee1f4744f99d Mon Sep 17 00:00:00 2001
From: Carlos Vega <carlos.vega@uni.lu>
Date: Mon, 19 Nov 2018 09:53:42 +0100
Subject: [PATCH] replaced spelling

---
 smash/web/static/js/smash.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/smash/web/static/js/smash.js b/smash/web/static/js/smash.js
index d386fec1..f6baee6b 100644
--- a/smash/web/static/js/smash.js
+++ b/smash/web/static/js/smash.js
@@ -190,11 +190,11 @@ function create_visit_row(visit) {
 
         } else if (visit.status === "MISSED") {
             color = "pink";
-            text = `<span title="Visit is finished, some appointments weren't carried out.">MISSED</span>`;
+            text = `<span title="Visit is finished, some appointments were not carried out.">MISSED</span>`;
 
         } else if (visit.status === "UPCOMING") {
             color = "#00ffff";
-            text = `<span title="Visit hasn't started yet.">UPCOMING</span>`;
+            text = `<span title="Visit has not started yet.">UPCOMING</span>`;
 
         } else if (visit.status === "EXCEEDED") {
             color = "orange";
-- 
GitLab