#1513 removed the discord text when testing pushbullet

pull/1520/head
Jamie.Rees 7 years ago
parent 0cf1aa50e1
commit 42b68e4280

@ -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");
}

Loading…
Cancel
Save