Questions: fix missing comma

This commit is contained in:
TEC 2022-10-16 23:03:57 +08:00
parent c77c807f12
commit e3ade56aba
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ the questions you see now will not necessarily be in the final survey.",
["Yes", "No"]),
RadioSelect(:has_donated_fsf,
"Do you contribute financially to Emacs development (via the FSF)",
["No", "I have in the past" "Yes",
["No", "I have in the past", "Yes",
"I would if I could donate to Emacs directly" => "Would directly",
"I would like to, but cannot" => "Cannot", :other]),
RadioSelect(:has_donated_community,