File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.12.0 - 2024-11-05
4
+
5
+ - Improved wording.
6
+
3
7
## v1.11.0 - 2024-11-05
4
8
5
9
- Use multi-imput for likes and improvements.
Original file line number Diff line number Diff line change 1
1
name = " survey"
2
- version = " 1.11 .0"
2
+ version = " 1.12 .0"
3
3
licences = [" Apache-2.0" ]
4
4
5
5
# Fill out these fields if you intend to generate HTML documentation or publish
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ const html_form = html_head
226
226
</fieldset>
227
227
228
228
<fieldset>
229
- <legend>Have you used Gleam?</legend>
229
+ <legend>Have you ever written Gleam code ?</legend>
230
230
<label><input type='radio' name='gleam-user' value='true'>Yes</label>
231
231
<label><input type='radio' name='gleam-user' value='false'>No</label>
232
232
</fieldset>
@@ -281,7 +281,7 @@ const html_form = html_head
281
281
</fieldset>
282
282
283
283
<fieldset data-show-if='[name=gleam-in-production][value=true]:checked'>
284
- <legend>What is your organisation's name?</legend>
284
+ <legend>If this was at some organisation, what is the organisation's name?</legend>
285
285
<input type='text' name='organisation-name'>
286
286
</fieldset>
287
287
</section>
You can’t perform that action at this time.
0 commit comments