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 3e1d1a60 Historic default is 'Statement'
3e1d1a60 is described below
commit 3e1d1a6034c52c29d2bd575b26b2953573fee0fc
Author: Sebb <[email protected]>
AuthorDate: Sun Feb 18 11:40:23 2024 +0000
Historic default is 'Statement'
---
www/members/board-nominate.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/members/board-nominate.cgi b/www/members/board-nominate.cgi
index a351b110..254547e5 100755
--- a/www/members/board-nominate.cgi
+++ b/www/members/board-nominate.cgi
@@ -29,7 +29,7 @@ def emit_form(title, prev_data)
label: 'Seconded by', name: 'secby', helptext: 'Optional
comma-separated list of seconds'
)
field = 'statement'
- _whimsy_forms_input(label: 'Nomination statement', name: field, rows: 10,
+ _whimsy_forms_input(label: 'Nomination Statement', name: field, rows: 10,
value: prev_data[field], helptext: 'Reason for nomination'
)
_whimsy_forms_submit