From e8249fa1a85fb67bae5299cded6b4866a05b5849 Mon Sep 17 00:00:00 2001 From: Anojh Date: Tue, 29 May 2018 12:28:21 -0700 Subject: [PATCH] Fixed UI typo refrencing discord in mattermost notifications #2175 --- .../app/settings/notifications/mattermost.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ombi/ClientApp/app/settings/notifications/mattermost.component.ts b/src/Ombi/ClientApp/app/settings/notifications/mattermost.component.ts index b512d6a86..cb0bf81c0 100644 --- a/src/Ombi/ClientApp/app/settings/notifications/mattermost.component.ts +++ b/src/Ombi/ClientApp/app/settings/notifications/mattermost.component.ts @@ -62,7 +62,7 @@ export class MattermostComponent implements OnInit { this.testerService.mattermostTest(form.value).subscribe(x => { if (x) { - this.notificationService.success( "Successfully sent a Mattermost message, please check the discord channel"); + this.notificationService.success( "Successfully sent a Mattermost message, please check the appropriate channel"); } else { this.notificationService.error("There was an error when sending the Mattermost message. Please check your settings"); }