fix: capitalize Info Type label for consistency

This commit is contained in:
SIDHARTH20K4 2026-06-12 16:31:00 +05:30 committed by Suheb
parent eed6b8aca2
commit 86d10df369

View file

@ -17,7 +17,7 @@
</div> </div>
<div *ngIf="information.uris && information.uris.length > 0" fxLayout="row"> <div *ngIf="information.uris && information.uris.length > 0" fxLayout="row">
<mat-form-field fxLayout="column" fxFlex="100" fxFlex.gt-sm="40" fxLayoutAlign="start end"> <mat-form-field fxLayout="column" fxFlex="100" fxFlex.gt-sm="40" fxLayoutAlign="start end">
<mat-label>Info type</mat-label> <mat-label>Info Type</mat-label>
<mat-select [(value)]="selInfoType"> <mat-select [(value)]="selInfoType">
<mat-option *ngFor="let infoType of infoTypes" [value]="infoType"> <mat-option *ngFor="let infoType of infoTypes" [value]="infoType">
{{infoType.infoName}} {{infoType.infoName}}