diff --git a/src/Ombi/ClientApp/app/settings/notifications/pushbullet.component.ts b/src/Ombi/ClientApp/app/settings/notifications/pushbullet.component.ts index 6168f8a4f..894c3625d 100644 --- a/src/Ombi/ClientApp/app/settings/notifications/pushbullet.component.ts +++ b/src/Ombi/ClientApp/app/settings/notifications/pushbullet.component.ts @@ -58,7 +58,7 @@ export class PushbulletComponent implements OnInit { this.testerService.pushbulletTest(form.value).subscribe(x => { if (x) { - this.notificationService.success("Successful", "Successfully sent a Pushbullet message, please check the discord channel"); + this.notificationService.success("Successful", "Successfully sent a Pushbullet message"); } else { this.notificationService.success("Error", "There was an error when sending the Pushbullet message. Please check your settings"); }