Fixed UI typo refrencing discord in mattermost notifications #2175

pull/2295/head
Anojh 6 years ago
parent 55265211b4
commit e8249fa1a8

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

Loading…
Cancel
Save