Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: #3899
  • Loading branch information
ShubhradipSarkar committed Dec 25, 2023
commit 2600cb39bda51a7131e76e155cd0ba675686bcfd
2 changes: 1 addition & 1 deletion frontend/src/views/web/teams.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h6><b>Team Members:</b></h6>
<input id="name" type="text" class="validate text-dark-black dark-autofill w-400" ng-model="teams.team.name" ng-pattern="/^[\w -.]*$/" focus-if>
<span class="form-icon form-icon-dark"><i class="fa fa-user"></i></span>
<label for="name" data-error="wrong" data-success="right">Team Name*</label>
<div class="wrn-msg text-highlight" ng-show="teams.team.error">{{teams.team.error}}</div>
<div class="wrn-msg text-highlight" ng-show="teams.team.error">{{teams.team.error || 'Invalid naming'}}</div>
</div>
<div class="input-field align-left">
<input id="url" type="text" class="validate text-dark-black dark-autofill w-400" ng-model="teams.team.url" focus-if>
Expand Down