diff options
author | Chocobozzz <me@florianbigard.com> | 2022-04-15 14:24:48 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-04-15 14:24:48 +0200 |
commit | ef3de8de216d63f3ac8166c5699be9a9c37f152b (patch) | |
tree | 1991defb80c319a190169e93300f83da523a7ff2 /client/src/app/+my-library | |
parent | 3c7ddd7daa61d35c6fd0a992389a92599a246779 (diff) | |
download | PeerTube-ef3de8de216d63f3ac8166c5699be9a9c37f152b.tar.gz PeerTube-ef3de8de216d63f3ac8166c5699be9a9c37f152b.tar.zst PeerTube-ef3de8de216d63f3ac8166c5699be9a9c37f152b.zip |
Fix typo
Diffstat (limited to 'client/src/app/+my-library')
-rw-r--r-- | client/src/app/+my-library/my-video-playlists/my-video-playlists.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-library/my-video-playlists/my-video-playlists.component.ts b/client/src/app/+my-library/my-video-playlists/my-video-playlists.component.ts index f0e4c348b..634176744 100644 --- a/client/src/app/+my-library/my-video-playlists/my-video-playlists.component.ts +++ b/client/src/app/+my-library/my-video-playlists/my-video-playlists.component.ts | |||
@@ -42,7 +42,7 @@ export class MyVideoPlaylistsComponent { | |||
42 | this.videoPlaylists = this.videoPlaylists | 42 | this.videoPlaylists = this.videoPlaylists |
43 | .filter(p => p.id !== videoPlaylist.id) | 43 | .filter(p => p.id !== videoPlaylist.id) |
44 | 44 | ||
45 | this.notifier.success($localize`Playlist ${videoPlaylist.displayName}} deleted.`) | 45 | this.notifier.success($localize`Playlist ${videoPlaylist.displayName} deleted.`) |
46 | }, | 46 | }, |
47 | 47 | ||
48 | error: err => this.notifier.error(err.message) | 48 | error: err => this.notifier.error(err.message) |