Merge pull request #3934 from Berserkir-Wolf/patch-2

Fix 'language' for sonarr v3
pull/3924/head^2
Jamie 4 years ago committed by GitHub
commit 399412828c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -140,7 +140,7 @@ export class SonarrComponent implements OnInit {
this.languageProfiles.unshift({ name: "Please Select", id: -1 });
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 null;
}
}

Loading…
Cancel
Save