mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
#1513 removed the discord text when testing pushbullet
This commit is contained in:
parent
0cf1aa50e1
commit
42b68e4280
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue