mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Fix i18n in components
This commit is contained in:
parent
632f9815c6
commit
25acef90a8
18 changed files with 37 additions and 37 deletions
|
@ -50,7 +50,7 @@ export class MyAccountVideoChannelsComponent implements OnInit {
|
||||||
this.loadVideoChannels()
|
this.loadVideoChannels()
|
||||||
this.notificationsService.success(
|
this.notificationsService.success(
|
||||||
this.i18n('Success'),
|
this.i18n('Success'),
|
||||||
this.i18n('Video channel {{ videoChannelName } deleted.', { videoChannelName: videoChannel.displayName })
|
this.i18n('Video channel {{videoChannelName}} deleted.', { videoChannelName: videoChannel.displayName })
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue