mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
subby
This commit is contained in:
parent
ccecc80776
commit
4dd78e388f
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue