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 11ad6521 Clarify that this is about recent meetings
11ad6521 is described below

commit 11ad6521f11f80f7adb49b5dd89c40319a5d005b
Author: Sebb <[email protected]>
AuthorDate: Sat Feb 18 21:45:56 2023 +0000

    Clarify that this is about recent meetings
---
 www/members/non-participants.cgi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/members/non-participants.cgi b/www/members/non-participants.cgi
index 90ac7e88..4c37fd5d 100755
--- a/www/members/non-participants.cgi
+++ b/www/members/non-participants.cgi
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-PAGETITLE = "Active Members not participating in meetings" # Wvisible:meeting
+PAGETITLE = "Active Members not participating in recent meetings" # 
Wvisible:meeting
 $LOAD_PATH.unshift '/srv/whimsy/lib'
 
 require 'whimsy/asf'
@@ -47,7 +47,7 @@ _html do
       },
       helpblock: -> {
         _form_ do
-          _span "List of members that have not participated, starting with the 
"
+          _span "List of members that have not participated recently, starting 
with the "
           _select name: 'meetingsMissed', onChange: 'this.form.submit()' do
             dates.reverse.each_with_index do |name, i|
               _option name, value: i+1, selected: (i+1 == @meetingsMissed.to_i)

Reply via email to