Fix 'language' for sonarr v3

Replace "languge" with "Language"
pull/3934/head
Dyson Parkes 4 years ago committed by GitHub
parent 6461e9d7ab
commit 108e3d8fd9
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