fix title translation (#3565)

This commit is contained in:
Denys Vuika
2018-07-06 10:01:43 +01:00
committed by Eugenio Romano
parent f298e78392
commit 75e27ccb36
2 changed files with 13 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ export class PageTitleService {
private appConfig: AppConfigService,
private translationService: TranslationService) {
translationService.translate.onLangChange.subscribe(() => this.onLanguageChanged());
translationService.translate.onTranslationChange.subscribe(() => this.onLanguageChanged());
}
/**