From 42b68e428070b9a93349723cacadae7ca57db02a Mon Sep 17 00:00:00 2001 From: "Jamie.Rees" Date: Thu, 28 Sep 2017 08:05:22 +0100 Subject: [PATCH] #1513 removed the discord text when testing pushbullet --- .../app/settings/notifications/pushbullet.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }