Skip to content

Commit f519071

Browse files
committed
Update some agreement field labels
In whatwg/participant-data#7, a participant got confused between GitHub "ID" and GitHub "username". We should say username, as that's what GitHub appears to use in most of their UI. The data model still uses "ID", as changing that would be complicated for little benefit. Also changes the confusing field label "Contact (email)" for individuals to just "Email" as is done for entity contacts.
1 parent 7007df7 commit f519071

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

views/agreement.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@ input[type="submit"] {
238238
<label for="individual-address">City + Country:</label>
239239
<input type="text" name="individual-address" id="individual-address" required>
240240

241-
<label for="individual-email">Contact (email):</label>
241+
<label for="individual-email">Email:</label>
242242
<input type="email" name="individual-email" id="individual-email" required>
243243

244-
<label for="individual-github">GitHub ID:</label>
244+
<label for="individual-github">GitHub Username:</label>
245245
<input type="text" name="individual-github" id="individual-github" required>
246246

247247
<label for="individual-signature">Signature:</label>
@@ -292,7 +292,7 @@ input[type="submit"] {
292292
<label for="contact-1-email">Email:</label>
293293
<input type="email" name="contact-1-email" id="contact-1-email" required>
294294

295-
<label for="contact-1-github">GitHub ID:</label>
295+
<label for="contact-1-github">GitHub Username:</label>
296296
<input type="text" name="contact-1-github" id="contact-1-github" required>
297297
</div>
298298
</fieldset>
@@ -306,7 +306,7 @@ input[type="submit"] {
306306
<label for="contact-2-email">Email:</label>
307307
<input type="email" name="contact-2-email" id="contact-2-email">
308308

309-
<label for="contact-2-github">GitHub ID:</label>
309+
<label for="contact-2-github">GitHub Username:</label>
310310
<input type="text" name="contact-2-github" id="contact-2-github">
311311
</div>
312312
</fieldset>

0 commit comments

Comments
 (0)