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 b0263fb1 A bit more info
b0263fb1 is described below
commit b0263fb1396548df9f4fb6ccffda61a5c6a57dfe
Author: Sebb <[email protected]>
AuthorDate: Fri Mar 8 17:20:35 2024 +0000
A bit more info
---
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 de3999fa..7fb22fdb 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? (It
needs to be populated once the list of elected members is known)"
+ 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: see
Meetings/runbook.txt)"
end
end