mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Fix typo
This commit is contained in:
@@ -42,7 +42,7 @@ export class MyVideoPlaylistsComponent {
|
||||
this.videoPlaylists = this.videoPlaylists
|
||||
.filter(p => p.id !== videoPlaylist.id)
|
||||
|
||||
this.notifier.success($localize`Playlist ${videoPlaylist.displayName}} deleted.`)
|
||||
this.notifier.success($localize`Playlist ${videoPlaylist.displayName} deleted.`)
|
||||
},
|
||||
|
||||
error: err => this.notifier.error(err.message)
|
||||
|
||||
Reference in New Issue
Block a user