Skip to content

Commit 9f9820c

Browse files
authored
Revise input placeholders for clarity
1 parent 12529b3 commit 9f9820c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,12 +309,12 @@ <h1>Git Commit</h1>
309309

310310
<div class="form-group">
311311
<label>2️⃣ Scope</label>
312-
<input type="text" id="scope" placeholder="e.g. footer, auth, api, dashboard">
312+
<input type="text" id="scope" placeholder="e.g. login, auth, api, profile, dashboard">
313313
</div>
314314

315315
<div class="form-group">
316316
<label>3️⃣ Short Message</label>
317-
<textarea id="message" placeholder="e.g. add Layers version display in app footer"></textarea>
317+
<textarea id="message" placeholder="e.g. Add phone OTP authentication"></textarea>
318318
</div>
319319

320320
<div class="form-group">

0 commit comments

Comments
 (0)