mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
fix: capitalize Info Type label for consistency
This commit is contained in:
parent
eed6b8aca2
commit
86d10df369
1 changed files with 1 additions and 1 deletions
|
|
@ -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}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue