diff --git a/upload.js b/upload.js index 6d9dfb1..c747989 100644 --- a/upload.js +++ b/upload.js @@ -78,7 +78,8 @@ window.addEventListener("load", () => { nextCheckupDate, extraNote ).then((r) => { - const confirmtxt = "Data added successfully with id: " + recordId; + const confirmtxt = + "Data added successfully with patient id: " + recordId; document.getElementById("confirmtxt").innerHTML = confirmtxt; }); });