fix: missing comma

This commit is contained in:
TEC 2022-10-16 18:07:17 +08:00
parent ddd0a03273
commit d360768139
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ the questions you see now will not neccesarily be in the final survey.",
"Yes, within the last 2 years" => "0-2y", "Yes, within the last 2 years" => "0-2y",
"Yes, 2-5 years ago" => "2-5y", "Yes, 2-5 years ago" => "2-5y",
"Yes, 5-10 years ago" => "5-10y", "Yes, 5-10 years ago" => "5-10y",
"Yes, 10+ years ago" => "10+y"]) "Yes, 10+ years ago" => "10+y"]),
TextArea(:package_submission, TextArea(:package_submission,
"If you write packages, how you you decide which repositories to submit it to (if any)?", "If you write packages, how you you decide which repositories to submit it to (if any)?",
mandatory=false), mandatory=false),