Skip to content

Commit e9e38e9

Browse files
ShubhradipSarkargchhablaniRishabhJain2018
authored
Fix #4068: Fix spelling of participant and deregister button (#4247)
* fix: #3899 * fix: #4068 --------- Co-authored-by: Gunjan Chhablani <chhablani.gunjan@gmail.com> Co-authored-by: Rishabh Jain <rishabhjain2018@gmail.com>
1 parent 1197274 commit e9e38e9

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

frontend/src/views/web/challenge/edit-challenge/edit-challenge-deregister.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="col s12 m12">
44
<div class="ev-card-body pd-20 font-size-16">
55
<form name="Deregisterform" ng-submit="challenge.deregister(Deregisterform.$valid)">
6-
<div class="pass-title">Deregister Partipant Team</div>
6+
<div class="pass-title">Deregister Participant Team</div>
77
<div class="input-field align-left">
88
<span class="form-icon"> Are you sure you want to deregister team: <b>{{challenge.participated_team_name}} </b>?<i class="fa fa-text"></i></span>
99
</div>
@@ -12,7 +12,8 @@
1212
<a ng-click="challenge.deregister(false)" class="dark-link pointer"><strong>Cancel</strong></a>
1313
</li>
1414
<li>
15-
<button class="btn ev-btn-dark waves-effect waves-dark grad-btn grad-btn-dark fs-14" type="submit" value="submit">Deregister</button>
15+
<button class="btn ev-btn-dark waves-effect waves-dark grad-btn grad-btn-dark fs-14" type="submit" value="submit" style="padding: 8px 12px;">Deregister</button>
16+
1617
</li>
1718
</ul>
1819
</form>

frontend/src/views/web/teams.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h6><b>Team Members:</b></h6>
6969
<input id="name" type="text" class="validate text-dark-black dark-autofill w-400" ng-model="teams.team.name" ng-pattern="/^[\w -.]*$/" focus-if>
7070
<span class="form-icon form-icon-dark"><i class="fa fa-user"></i></span>
7171
<label for="name" data-error="wrong" data-success="right">Team Name*</label>
72-
<div class="wrn-msg text-highlight" ng-show="teams.team.error">{{teams.team.error}}</div>
72+
<div class="wrn-msg text-highlight" ng-show="teams.team.error">{{teams.team.error || 'Invalid naming'}}</div>
7373
</div>
7474
<div class="input-field align-left">
7575
<input id="url" type="text" class="validate text-dark-black dark-autofill w-400" ng-model="teams.team.url" focus-if>

0 commit comments

Comments
 (0)