diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+my-account/my-account-history/my-account-history.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-history/my-account-history.component.html b/client/src/app/+my-account/my-account-history/my-account-history.component.html index 7258fcc1f..86f583b61 100644 --- a/client/src/app/+my-account/my-account-history/my-account-history.component.html +++ b/client/src/app/+my-account/my-account-history/my-account-history.component.html | |||
@@ -1,7 +1,7 @@ | |||
1 | <div class="top-buttons"> | 1 | <div class="top-buttons"> |
2 | <div class="history-switch"> | 2 | <div class="history-switch"> |
3 | <p-inputSwitch [(ngModel)]="videosHistoryEnabled" (ngModelChange)="onVideosHistoryChange()"></p-inputSwitch> | 3 | <p-inputSwitch [(ngModel)]="videosHistoryEnabled" (ngModelChange)="onVideosHistoryChange()"></p-inputSwitch> |
4 | <label i18n>History enabled</label> | 4 | <label i18n>Enable video history</label> |
5 | </div> | 5 | </div> |
6 | 6 | ||
7 | <button class="delete-history" (click)="deleteHistory()" i18n> | 7 | <button class="delete-history" (click)="deleteHistory()" i18n> |