This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a1297eb Clarify the message
4a1297eb is described below

commit 4a1297eb0a16743e469ed3a6782f608ee22c32ca
Author: Sebb <s...@apache.org>
AuthorDate: Fri Mar 8 15:40:14 2024 +0000

    Clarify the message
---
 www/secretary/workbench/views/forms/memapp.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/views/forms/memapp.js.rb 
b/www/secretary/workbench/views/forms/memapp.js.rb
index 38407556..de3999fa 100644
--- a/www/secretary/workbench/views/forms/memapp.js.rb
+++ b/www/secretary/workbench/views/forms/memapp.js.rb
@@ -70,7 +70,7 @@ class MemApp < Vue
     jQuery.getJSON('../../memapp.json') do |result|
       @received = result.received
       if @received.length == 0
-        alert "No entries found - has memapp-received.txt been set up yet?"
+        alert "No entries found - has memapp-received.txt been set up yet? (It 
needs to be populated once the list of elected members is known)"
       end
     end
 

Reply via email to