diff options
author | Chocobozzz <me@florianbigard.com> | 2019-12-06 14:08:16 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-12-06 14:08:16 +0100 |
commit | 349be1eaa9a61b2e2acaa24db58acb95774c0d20 (patch) | |
tree | 294fd43e9658af2af172866e81ec25476d4f21fb /client | |
parent | 3131c13e0208eb3a33dec1a1f0d21727c820a50d (diff) | |
download | PeerTube-349be1eaa9a61b2e2acaa24db58acb95774c0d20.tar.gz PeerTube-349be1eaa9a61b2e2acaa24db58acb95774c0d20.tar.zst PeerTube-349be1eaa9a61b2e2acaa24db58acb95774c0d20.zip |
Fix enable history label
Diffstat (limited to 'client')
-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> |