Skip to content

Commit 5527c84

Browse files
committed
feat: Update newsletter subscription confirmation message to include inbox verification
1 parent ff3e434 commit 5527c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/meetup-alps/Newsletter.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ let dates = getNextMeetups().map((meetup) => meetup.date);
3232
})
3333
.then((response) => {
3434
if (response.ok) {
35-
formMessage.innerHTML = `${regId} subscribed successfully!`;
35+
formMessage.innerHTML = `${regId} subscribed successfully! Please check your inbox to confirm your subscription.`;
3636
} else {
3737
formMessage.innerHTML = 'Something went wrong. Please try again later or contact us via email.';
3838
}

0 commit comments

Comments
 (0)