Fix enable history label
This commit is contained in:
parent
3131c13e02
commit
349be1eaa9
|
@ -1,7 +1,7 @@
|
||||||
<div class="top-buttons">
|
<div class="top-buttons">
|
||||||
<div class="history-switch">
|
<div class="history-switch">
|
||||||
<p-inputSwitch [(ngModel)]="videosHistoryEnabled" (ngModelChange)="onVideosHistoryChange()"></p-inputSwitch>
|
<p-inputSwitch [(ngModel)]="videosHistoryEnabled" (ngModelChange)="onVideosHistoryChange()"></p-inputSwitch>
|
||||||
<label i18n>History enabled</label>
|
<label i18n>Enable video history</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button class="delete-history" (click)="deleteHistory()" i18n>
|
<button class="delete-history" (click)="deleteHistory()" i18n>
|
||||||
|
|
Loading…
Reference in New Issue