#1513 removed the discord text when testing pushbullet

This commit is contained in:
Jamie.Rees 2017-09-28 08:05:22 +01:00
commit 42b68e4280

View file

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