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 967b6895 Rename to match column heading
967b6895 is described below

commit 967b68951864f8b6395caf43b40536cf0903711b
Author: Sebb <[email protected]>
AuthorDate: Fri Apr 14 16:55:30 2023 +0100

    Rename to match column heading
---
 www/members/watch.cgi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/members/watch.cgi b/www/members/watch.cgi
index e14fa596..be289e82 100755
--- a/www/members/watch.cgi
+++ b/www/members/watch.cgi
@@ -124,9 +124,9 @@ _html do
         status = status.map {|tokens| [tokens.pop, tokens]}.to_h
         list = status.keys.map {|id| ASF::Person.find(id)}
         _p do
-          accepted = status.filter_map {|k, v| list.find{|p| p.name == 
k}.public_name.to_s if v[1] == 'yes' }
-          _ "Accepted: (#{accepted.size}) "
-          _ accepted.sort.join(', ')
+          applied = status.filter_map {|k, v| list.find{|p| p.name == 
k}.public_name.to_s if v[1] == 'yes' }
+          _ "Applied: (#{applied.size}) "
+          _ applied.sort.join(', ')
         end
       else
         _h2_ 'From potential-member-watch-list.txt'

Reply via email to