Skip to content

Commit 7e9cf08

Browse files
committed
improve wording
1 parent 82124bd commit 7e9cf08

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/components/SuggestionForm.svelte

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,17 @@
4949
<h2>Suggestion Form</h2>
5050

5151
<p class="hint">
52-
Use the form below to contribute missing data, report an issue, or make a
53-
suggestion.
52+
Use the form below to report missing data, submit an issue, or make a suggestion.
5453
</p>
5554

5655
<form onsubmit={create_issue}>
5756
<div class="form-group">
58-
<label for="title">Title</label>
57+
<label for="title">Short summary</label>
5958
<input type="text" id="title" bind:value={title} required />
6059
</div>
6160

6261
<div class="form-group">
63-
<label for="body">Body</label>
62+
<label for="body">Details</label>
6463
<textarea id="body" bind:value={body} required></textarea>
6564
</div>
6665

@@ -84,7 +83,7 @@
8483
<p>
8584
<Fa icon={faCheckCircle} />
8685
Your suggestion has been created as a
87-
<a href={url} target="_blank">GitHub issue</a>. We will have a look at it!
86+
<a href={url} target="_blank">GitHub issue</a>. We will review it shortly.
8887
</p>
8988
{/if}
9089
</section>

0 commit comments

Comments
 (0)