Skip to content

Commit

Permalink
Merge pull request #636 from Madhuravas/develop-1.2.0.1-B4
Browse files Browse the repository at this point in the history
MOSIP-30677 resolved multi language information message issue
  • Loading branch information
aranaravi authored Jan 24, 2024
2 parents aa527da + df1cae4 commit f7b6a75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h3 [style.font-size]="fontSize.headingForUIN" class="main-heading">{{'lockunloc
<mat-card-title><span>
<img src="assets\{{authInfo.label.icon}}.png" alt="">
</span>&nbsp;&nbsp;&nbsp;<span class="auth-type-text" [style.font-size]="fontSize.subHeading">{{authInfo.label.label}}</span></mat-card-title>
<mat-icon #tooltip="matTooltip" [matTooltip]="infoMsg[authInfo.label.label]" matTooltipPosition="below" matTooltipHideDelay="5000" matTooltipClass="below" class="info-icon">info</mat-icon>
<mat-icon #tooltip="matTooltip" [matTooltip]="infoMsg[authInfo.label.icon]" matTooltipPosition="below" matTooltipHideDelay="5000" matTooltipClass="below" class="info-icon">info</mat-icon>
</mat-card-header>
<mat-card-content>
<p *ngIf="authInfo.locked"><img mat-card-sm-image src="assets\images\lock.png" alt=""></p>
Expand Down

0 comments on commit f7b6a75

Please sign in to comment.