Skip to content

Commit

Permalink
subby
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Jun 20, 2023
1 parent ccecc80 commit 4dd78e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
});
}
Expand Down

0 comments on commit 4dd78e3

Please sign in to comment.