Fix i18n in components

pull/619/head
Chocobozzz 2018-06-05 09:13:26 +02:00
parent 632f9815c6
commit 25acef90a8
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
18 changed files with 37 additions and 37 deletions

View File

@ -50,7 +50,7 @@ export class MyAccountVideoChannelsComponent implements OnInit {
this.loadVideoChannels()
this.notificationsService.success(
this.i18n('Success'),
this.i18n('Video channel {{ videoChannelName } deleted.', { videoChannelName: videoChannel.displayName })
this.i18n('Video channel {{videoChannelName}} deleted.', { videoChannelName: videoChannel.displayName })
)
},