Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
harshbaldwa committed Oct 5, 2019
1 parent 57d2eac commit f4da513
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions src/app/confirmation/update-result/updateResult.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,16 @@ <h1 style="margin-left: 20%;">Update Result</h1>
<div style="text-align: center;">
<h2>How to enter score?</h2>
</div>
<p>Enter the match score in first one <br>
Enter set score like this<br> 11-5 11-10 11-9 <br>
First enter your score then opponent's,
so 11 would be your score and 5 would be opponent's score</p>
<h4>Format Specified Here:</h4>
<p>
<strong>Match Score:</strong> (Number of sets you won) - (Number of sets opponent won)<br>
</p>
<h3>Eg. 3-2</h3>
<p>
<strong>Set Score*:</strong> (Your final point in each set) - (Opponent's final point in each set)<br>
</p>
<h3>Eg. 11-5 11-9 11-2</h3>
<p>
<em>*Each set score should be separated by single space</em>
</p>
</mat-card>
2 changes: 1 addition & 1 deletion things.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
make ui datepicker
Girls separate
make timepicker smoother
awards
dark mode
Expand Down

0 comments on commit f4da513

Please sign in to comment.