Skip to content

Commit

Permalink
Historic default is 'Statement'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Feb 18, 2024
1 parent 26e4c7d commit 3e1d1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/members/board-nominate.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e1d1a6

Please sign in to comment.