Skip to content

Commit fa34c01

Browse files
committed
Tweak messages.
1 parent e5ef3ec commit fa34c01

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tutorials/pojo_webapp/src/main/webapp/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ <h1 class="cover-heading text-shadow text-center">It was a real icebreaker!</h1>
7272
</form>
7373
<p class="text-center" style="font-size:36px">
7474
<span id="thumbsUpIcon">
75-
<span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span> <strong>Live</strong>
75+
<span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span> <strong>Survived!</strong>
7676
</span>
7777
<span id="thumbsDownIcon" style="display:none">
78-
<span class="glyphicon glyphicon-thumbs-down" aria-hidden="true"></span> <strong>Die</strong>
78+
<span class="glyphicon glyphicon-thumbs-down" aria-hidden="true"></span> <strong>Shipwrecked!</strong>
7979
</span>
8080
<span id="warningIcon" style="display:none">
81-
<span class="glyphicon glyphicon-warning-sign" aria-hidden="true"></span> <strong>Wat?</strong>
81+
<span class="glyphicon glyphicon-warning-sign" aria-hidden="true"></span> <strong>(Error: bad input)</strong>
8282
</span>
8383
</p>
8484
</div>

0 commit comments

Comments
 (0)