Skip to content

Commit df1296f

Browse files
committed
Improved wording
1 parent b3b7a51 commit df1296f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.12.0 - 2024-11-05
4+
5+
- Improved wording.
6+
37
## v1.11.0 - 2024-11-05
48

59
- Use multi-imput for likes and improvements.

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "survey"
2-
version = "1.11.0"
2+
version = "1.12.0"
33
licences = ["Apache-2.0"]
44

55
# Fill out these fields if you intend to generate HTML documentation or publish

src/survey.gleam

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ const html_form = html_head
226226
</fieldset>
227227
228228
<fieldset>
229-
<legend>Have you used Gleam?</legend>
229+
<legend>Have you ever written Gleam code?</legend>
230230
<label><input type='radio' name='gleam-user' value='true'>Yes</label>
231231
<label><input type='radio' name='gleam-user' value='false'>No</label>
232232
</fieldset>
@@ -281,7 +281,7 @@ const html_form = html_head
281281
</fieldset>
282282
283283
<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>
285285
<input type='text' name='organisation-name'>
286286
</fieldset>
287287
</section>

0 commit comments

Comments
 (0)