From 58dff66d9c0bbdbd143464b8d619e32d0b74a427 Mon Sep 17 00:00:00 2001 From: mauriziovitale84 Date: Mon, 6 Jun 2016 09:47:52 +0100 Subject: [PATCH] #148 Fixed translation --- demo-shell-ng2/app/app.component.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 {