mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Fix 'language' for sonarr v3
Replace "languge" with "Language"
This commit is contained in:
parent
6461e9d7ab
commit
108e3d8fd9
1 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ export class SonarrComponent implements OnInit {
|
||||||
this.languageProfiles.unshift({ name: "Please Select", id: -1 });
|
this.languageProfiles.unshift({ name: "Please Select", id: -1 });
|
||||||
|
|
||||||
this.langRunning = false;
|
this.langRunning = false;
|
||||||
this.notificationService.success("Successfully retrieved the Languge Profiles");
|
this.notificationService.success("Successfully retrieved the Language Profiles");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -191,4 +191,4 @@ function validateProfile(qualityProfile): { [key: string]:boolean } | null {
|
||||||
return { 'profileValidation': true };
|
return { 'profileValidation': true };
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue