This commit is contained in:
tidusjar 2023-06-20 12:03:00 +01:00
commit 4dd78e388f

View file

@ -86,7 +86,7 @@ export class UserPreferenceComponent implements OnInit {
public languageSelected() {
this.identityService.updateLanguage(this.selectedLang).subscribe(_ => {
this.translate.use(this.selectedLang);
this.translate.use(this.selectedLang).subscribe();
this.notification.success(this.translate.instant("UserPreferences.Updated"))
});
}