aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video-playlist/video-add-to-playlist.component.html
diff options
context:
space:
mode:
authorFilip Bengtsson <me@autom.zone>2020-02-21 18:51:05 +0100
committerGitHub <noreply@github.com>2020-02-21 18:51:05 +0100
commit97eae8382eed6267f8f1e04e5aa47b314111c06c (patch)
treed9321d0258c7f2ce5554c50f12339e546710c990 /client/src/app/shared/video-playlist/video-add-to-playlist.component.html
parent14571f1995e3a1868a3280b7aad5005cff051c7d (diff)
downloadPeerTube-97eae8382eed6267f8f1e04e5aa47b314111c06c.tar.gz
PeerTube-97eae8382eed6267f8f1e04e5aa47b314111c06c.tar.zst
PeerTube-97eae8382eed6267f8f1e04e5aa47b314111c06c.zip
Mark additional strings as translatable (#2507)
Diffstat (limited to 'client/src/app/shared/video-playlist/video-add-to-playlist.component.html')
-rw-r--r--client/src/app/shared/video-playlist/video-add-to-playlist.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video-playlist/video-add-to-playlist.component.html b/client/src/app/shared/video-playlist/video-add-to-playlist.component.html
index 6e0989227..58108584b 100644
--- a/client/src/app/shared/video-playlist/video-add-to-playlist.component.html
+++ b/client/src/app/shared/video-playlist/video-add-to-playlist.component.html
@@ -62,7 +62,7 @@
62 <div class="new-playlist-button dropdown-item" (click)="openCreateBlock($event)" [hidden]="isNewPlaylistBlockOpened"> 62 <div class="new-playlist-button dropdown-item" (click)="openCreateBlock($event)" [hidden]="isNewPlaylistBlockOpened">
63 <my-global-icon iconName="add"></my-global-icon> 63 <my-global-icon iconName="add"></my-global-icon>
64 64
65 Create a private playlist 65 <span i18n>Create a private playlist</span>
66 </div> 66 </div>
67 67
68 <form class="new-playlist-block dropdown-item" *ngIf="isNewPlaylistBlockOpened" (ngSubmit)="createPlaylist()" [formGroup]="form"> 68 <form class="new-playlist-block dropdown-item" *ngIf="isNewPlaylistBlockOpened" (ngSubmit)="createPlaylist()" [formGroup]="form">