Skip to content

Commit

Permalink
Merge pull request #578 from sunbird-cb/KB-5841-issue-fix
Browse files Browse the repository at this point in the history
KB-5841 - Text change form Non to Not
  • Loading branch information
vishnubansaltarento authored Jul 25, 2024
2 parents 60321d6 + a4c9a70 commit 12bba6e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<mat-icon class="nonverified-icon margin-left-xs"
*ngIf="user?.profileDetails?.profileGroupStatus === 'NOT-VERIFIED'">
cancel</mat-icon> <span *ngIf="user?.profileDetails?.profileGroupStatus === 'NOT-VERIFIED'"
class="mat-caption status-text ws-mat-black40-text"> Non-verified</span>
class="mat-caption status-text ws-mat-black40-text"> Not-verified</span>
</div>
<div class="md:w-1/3">
<label class="margin-remove-bottom form-label">Designation</label>
Expand All @@ -119,7 +119,7 @@
*ngIf="user?.profileDetails?.profileDesignationStatus === 'NOT-VERIFIED'">
cancel</mat-icon>
<span *ngIf="user?.profileDetails?.profileDesignationStatus === 'NOT-VERIFIED'"
class="mat-caption status-text ws-mat-black40-text"> Non-verified</span>
class="mat-caption status-text ws-mat-black40-text"> Not-verified</span>
</div>
</div>
</div>
Expand Down

0 comments on commit 12bba6e

Please sign in to comment.