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 037e5a75 withdrawal-request.js.rb: fix spelling of h4 heading (#250)
037e5a75 is described below

commit 037e5a754f437431a0818a504e68acba5410ceac
Author: John Bampton <[email protected]>
AuthorDate: Thu Feb 20 03:40:29 2025 +1000

    withdrawal-request.js.rb: fix spelling of h4 heading (#250)
---
 www/secretary/workbench/views/forms/withdrawal-request.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/views/forms/withdrawal-request.js.rb 
b/www/secretary/workbench/views/forms/withdrawal-request.js.rb
index 91bc8a22..4d19140b 100644
--- a/www/secretary/workbench/views/forms/withdrawal-request.js.rb
+++ b/www/secretary/workbench/views/forms/withdrawal-request.js.rb
@@ -35,7 +35,7 @@ class WithdrawalRequest < Vue
   end
 
   def render
-    _h4 'Member Withdrawl Request'
+    _h4 'Member Withdrawal Request'
 
     _form.form do
       _h5 'Search'

Reply via email to