Fix i18n in components
[oweals/peertube.git] / client / src / app / +admin / users / user-list / user-list.component.ts
index b644fcf71962a445fd66544f343533fb8eac957c..ab25608c1775765689c5695386214b4e1acb69c9 100644 (file)
@@ -44,7 +44,7 @@ export class UserListComponent extends RestTable implements OnInit {
       () => {
         this.notificationsService.success(
           this.i18n('Success'),
-          this.i18n('User {{ username }} deleted.', { username: user.username })
+          this.i18n('User {{username}} deleted.', { username: user.username })
         )
         this.loadData()
       },