diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-02 19:22:34 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-03 08:49:29 +0200 |
commit | a54991da4224534bf4beaf994d99e4ce5a0a54f7 (patch) | |
tree | fc6f342b96eac331a54b75c468555bf945af2d03 /client/src/app/videos | |
parent | c28beaea83abf32e4f0588895e961b8137ec5121 (diff) | |
download | PeerTube-a54991da4224534bf4beaf994d99e4ce5a0a54f7.tar.gz PeerTube-a54991da4224534bf4beaf994d99e4ce5a0a54f7.tar.zst PeerTube-a54991da4224534bf4beaf994d99e4ce5a0a54f7.zip |
make left menu show the scrollbar on hover/focus
add hotkey to the overview page
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html index c6118b763..7dbc96bf4 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html | |||
@@ -208,7 +208,7 @@ | |||
208 | <div class="privacy-concerns-text"> | 208 | <div class="privacy-concerns-text"> |
209 | <strong i18n>Friendly Reminder: </strong> | 209 | <strong i18n>Friendly Reminder: </strong> |
210 | <ng-container i18n> | 210 | <ng-container i18n> |
211 | the sharing system used by this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. | 211 | the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers. |
212 | </ng-container> | 212 | </ng-container> |
213 | <a i18n i18n-title title="Get more information" target="_blank" rel="noopener noreferrer" href="/about/peertube">More information</a> | 213 | <a i18n i18n-title title="Get more information" target="_blank" rel="noopener noreferrer" href="/about/peertube">More information</a> |
214 | </div> | 214 | </div> |