aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels/video-channel-playlists
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-03-10 16:11:47 +0100
committerChocobozzz <me@florianbigard.com>2021-03-24 18:18:40 +0100
commitdb8b2f56c014a3fa207501f74e0bb5088ea41719 (patch)
tree8172ebd58703d2de41ddf9db8dfa4e121bb71dc3 /client/src/app/+video-channels/video-channel-playlists
parente7053b1d9d7f77d0375155b38d3e845f2163ecd8 (diff)
downloadPeerTube-db8b2f56c014a3fa207501f74e0bb5088ea41719.tar.gz
PeerTube-db8b2f56c014a3fa207501f74e0bb5088ea41719.tar.zst
PeerTube-db8b2f56c014a3fa207501f74e0bb5088ea41719.zip
Update english strings
Diffstat (limited to 'client/src/app/+video-channels/video-channel-playlists')
-rw-r--r--client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html b/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html
index 03770ceec..594935afd 100644
--- a/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html
+++ b/client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html
@@ -1,6 +1,6 @@
1<div class="margin-content"> 1<div class="margin-content">
2 <div i18n class="title-page title-page-single"> 2 <div i18n class="title-page title-page-single">
3 Created {{ pagination.totalItems }} playlists 3 Created {pagination.totalItems, plural, =1 {1 playlist} other {{{ pagination.totalItems }} playlists}}
4 </div> 4 </div>
5 5
6 <div i18n class="no-results" *ngIf="pagination.totalItems === 0">This channel does not have playlists.</div> 6 <div i18n class="no-results" *ngIf="pagination.totalItems === 0">This channel does not have playlists.</div>