Skip to content

Commit 1d8f6f8

Browse files
committed
Merge branch 'master' of github.com-s2team:s2team/votesapp
2 parents d79cbb4 + ef21242 commit 1d8f6f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/static/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
<h1>Debug VotestApp Interface</h1>
4646
<form>
4747
<div class="form-group">
48-
<label for="phone">Phone</label>
48+
<label for="phone">Phone (like: 4938148294, 2314891491, ...):</label>
4949
<input type="text" class="form-control" id="phone" placeholder="Enter phone number">
5050
</div>
5151
<div class="form-group">
52-
<label for="group">Group</label>
52+
<label for="group">Group (SpringOne or any string):</label>
5353
<input type="text" class="form-control" id="group" placeholder="Enter group">
5454
</div>
5555
<div class="form-group">
56-
<label for="text">Text</label>
56+
<label for="text">Text (like: yes, no, maybe, +3, status or any string):</label>
5757
<input type="text" class="form-control" id="text" placeholder="Enter message text">
5858
</div>
5959
<button type="button" class="btn btn-lg btn-primary" id="sendButton">Send Message</button>

0 commit comments

Comments
 (0)