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