From 807568439b033e08847e3a10e6deb2f17b48c281 Mon Sep 17 00:00:00 2001 From: xiaoman-zhang Date: Fri, 16 Aug 2024 09:59:59 -0400 Subject: [PATCH] update message --- explore/vote_example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explore/vote_example.html b/explore/vote_example.html index 3e0a863..283758f 100644 --- a/explore/vote_example.html +++ b/explore/vote_example.html @@ -467,7 +467,7 @@

Vote for the Best Report

window.scrollTo(0, 0); // 可选:显示一条消息,告诉用户他们可以开始新的一轮投票 - showAlert('Thank you for your votes!'); + showAlert('Thank you for your votes! You can now click More Cases to register for more examples.'); } function showAlert(message) {