Fix i18n in components
This commit is contained in:
parent
632f9815c6
commit
25acef90a8
|
@ -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…
Reference in New Issue
Block a user