Modify guestbook message submission alert

This commit is contained in:
Helen Chong 2024-05-25 10:02:55 +08:00
parent db77ab85ff
commit a8045a9189
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ registerNamespace("GW.Controls", function (ns)
this.emailInpt.value = contentObj.email; this.emailInpt.value = contentObj.email;
this.websiteInpt.value = contentObj.website; this.websiteInpt.value = contentObj.website;
alert("Your message has been submitted!"); alert("Your comment has been submitted!");
}; };
//#endregion //#endregion
}; };