diff --git a/demo-shell-ng2/app/app.component.ts b/demo-shell-ng2/app/app.component.ts index 1e09e7945f..ba065c6a6e 100644 --- a/demo-shell-ng2/app/app.component.ts +++ b/demo-shell-ng2/app/app.component.ts @@ -62,8 +62,7 @@ export class AppComponent { alfrescoSettingsService.host = 'http://192.168.99.100:8080'; this.translate = translate; - this.translate.translationInit(); - this.translate.addComponent(''); + this.translate.translationInit(' '); } isActive(instruction: any[]): boolean {