Skip to content

Commit

Permalink
Fixed typo errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RbkGh committed Mar 24, 2017
1 parent 85d7d33 commit e541355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/main-content/tutor/tutor.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<div class="form-group m-b-40 has-feedback">
<input type="text" class="form-control" id="surName" required formControlName="surName">
<span class="highlight"></span><span class="bar"></span>
<label for="surName">Sir Name</label>
<label for="surName">Surname</label>

<div class="has-success" *ngIf="!formErrors.surName && addTutorForm.get('surName').valid">
<span class="glyphicon glyphicon-ok form-control-feedback t-0"></span>
Expand Down Expand Up @@ -234,7 +234,7 @@
<div class="form-group m-b-40 has-feedback">
<input type="text" class="form-control" id="surNameUpdate" required formControlName="surNameUpdate">
<span class="highlight"></span><span class="bar"></span>
<label for="surName">Sir Name</label>
<label for="surName">Surname</label>
<div class="has-success" *ngIf="!formErrors.surNameUpdate">
<span class="glyphicon glyphicon-ok form-control-feedback t-0"></span>
</div>
Expand Down

0 comments on commit e541355

Please sign in to comment.