diff options
author | Chocobozzz <me@florianbigard.com> | 2019-01-14 09:11:28 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-01-14 09:11:28 +0100 |
commit | 7b95f31385eca59ac18197539de30268acc18986 (patch) | |
tree | fed2235f751d6a70424d1899a7a56b8761d31bc7 /client/src/app/shared/video | |
parent | 033bc0efc2ab2c517b4d7d53d09930b85f092b50 (diff) | |
download | PeerTube-7b95f31385eca59ac18197539de30268acc18986.tar.gz PeerTube-7b95f31385eca59ac18197539de30268acc18986.tar.zst PeerTube-7b95f31385eca59ac18197539de30268acc18986.zip |
Help translators to translate trending title/tooltip
Diffstat (limited to 'client/src/app/shared/video')
-rw-r--r-- | client/src/app/shared/video/abstract-video-list.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/shared/video/abstract-video-list.ts b/client/src/app/shared/video/abstract-video-list.ts index d74384293..b0633be4a 100644 --- a/client/src/app/shared/video/abstract-video-list.ts +++ b/client/src/app/shared/video/abstract-video-list.ts | |||
@@ -39,7 +39,6 @@ export abstract class AbstractVideoList implements OnInit, OnDestroy { | |||
39 | ownerDisplayType: OwnerDisplayType = 'account' | 39 | ownerDisplayType: OwnerDisplayType = 'account' |
40 | firstLoadedPage: number | 40 | firstLoadedPage: number |
41 | displayModerationBlock = false | 41 | displayModerationBlock = false |
42 | trendingDays: number | ||
43 | titleTooltip: string | 42 | titleTooltip: string |
44 | 43 | ||
45 | protected baseVideoWidth = 215 | 44 | protected baseVideoWidth = 215 |