From 535cd026b0c67712bd315060f67f75ef14331b2c Mon Sep 17 00:00:00 2001
From: Antoine Martin
Date: Sat, 15 Jun 2024 14:15:04 -0400
Subject: [PATCH] content/join: clean-up messages
---
content/join.html | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/content/join.html b/content/join.html
index 1252303..550356f 100644
--- a/content/join.html
+++ b/content/join.html
@@ -36,12 +36,12 @@
}
if(mathspamtrap != "9") {
- alert("Wrong answer")
+ alert("Wrong math answer")
return false;
}
if(await checkDuplicate(email) === true) {
- alert("Email address already requested account")
+ alert("This email address has already requested an account")
return false;
}
@@ -69,6 +69,7 @@
.then(response => response.json())
.then(result => {
console.log('Success:', result);
+ alaert("Request submitted. A working group member will process your registration shortly. If you receive no contact within seven days of registration, please send an email to support@ilot.io");
})
.catch(error => {
console.error('Error:', error)
@@ -119,9 +120,6 @@
-
-