From 108e3d8fd95b462ac8628eb5cfa4c7cc38e27707 Mon Sep 17 00:00:00 2001 From: Dyson Parkes Date: Wed, 16 Dec 2020 14:46:54 +1300 Subject: [PATCH] Fix 'language' for sonarr v3 Replace "languge" with "Language" --- .../ClientApp/src/app/settings/sonarr/sonarr.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Ombi/ClientApp/src/app/settings/sonarr/sonarr.component.ts b/src/Ombi/ClientApp/src/app/settings/sonarr/sonarr.component.ts index 157accf02..f3cc71018 100644 --- a/src/Ombi/ClientApp/src/app/settings/sonarr/sonarr.component.ts +++ b/src/Ombi/ClientApp/src/app/settings/sonarr/sonarr.component.ts @@ -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; -} \ No newline at end of file +}