Skip to content

Commit

Permalink
Improved wording
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Nov 5, 2024
1 parent b3b7a51 commit df1296f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.12.0 - 2024-11-05

- Improved wording.

## v1.11.0 - 2024-11-05

- Use multi-imput for likes and improvements.
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "survey"
version = "1.11.0"
version = "1.12.0"
licences = ["Apache-2.0"]

# Fill out these fields if you intend to generate HTML documentation or publish
Expand Down
4 changes: 2 additions & 2 deletions src/survey.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ const html_form = html_head
</fieldset>
<fieldset>
<legend>Have you used Gleam?</legend>
<legend>Have you ever written Gleam code?</legend>
<label><input type='radio' name='gleam-user' value='true'>Yes</label>
<label><input type='radio' name='gleam-user' value='false'>No</label>
</fieldset>
Expand Down Expand Up @@ -281,7 +281,7 @@ const html_form = html_head
</fieldset>
<fieldset data-show-if='[name=gleam-in-production][value=true]:checked'>
<legend>What is your organisation's name?</legend>
<legend>If this was at some organisation, what is the organisation's name?</legend>
<input type='text' name='organisation-name'>
</fieldset>
</section>
Expand Down

0 comments on commit df1296f

Please sign in to comment.