spell corrected kernal to kernel

This commit is contained in:
C.Sabash 2020-06-04 11:20:55 +05:30
parent a2a3a2de9d
commit fab11b21ae

View File

@ -157,7 +157,7 @@
(click)="ChartFromView(GraphtDate, GraphtHour, GraphtInput,'Input'); selectedItem8 = 1" id="1" #item1
[ngClass]="{ active: selectedItem8 == item1.id, txt_primary: true }">{{'home.INPUT' | translate}}</a>
<a href="JavaScript:void(0);"
(click)="ChartFromView(GraphtDate, GraphtHour, GraphtKernal,'Kernal'); selectedItem8 = 2" id="2"
(click)="ChartFromView(GraphtDate, GraphtHour, GraphtKernal,'Kernel'); selectedItem8 = 2" id="2"
#item2
[ngClass]="{ active: selectedItem8 == item2.id, day15_txt: true }">{{'home.KERNEL' | translate}}</a>
<a href="JavaScript:void(0);"