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 4ee5f3a9 Fix message text
4ee5f3a9 is described below
commit 4ee5f3a9bbb140214cfe16f93f72debe5522d0d9
Author: Sebb <[email protected]>
AuthorDate: Tue Sep 10 22:18:51 2024 +0100
Fix message text
---
www/secretary/workbench/views/actions/withdrawal-request.json.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/secretary/workbench/views/actions/withdrawal-request.json.rb
b/www/secretary/workbench/views/actions/withdrawal-request.json.rb
index 416c4530..224ca5dc 100644
--- a/www/secretary/workbench/views/actions/withdrawal-request.json.rb
+++ b/www/secretary/workbench/views/actions/withdrawal-request.json.rb
@@ -32,7 +32,7 @@ _personalize_email(env.user)
member = ASF::Person.find(@availid)
@name = member.public_name
-summary = "Emeritus Request from #{@name}"
+summary = "Withdrawal Request from #{@name}"
# file the withdrawal request in svn
task "svn commit #{withdrawal_pending}/#{withdrawal_request}" do