Skip to content
Snippets Groups Projects
Commit 754c8d3d authored by Carlos Vega's avatar Carlos Vega
Browse files

replaced spelling

parent 9fc66b48
No related branches found
No related tags found
1 merge request!188Feature/improve management of visits from subject list
Pipeline #7502 passed
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment