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