Fixed UI typo refrencing discord in mattermost notifications #2175

This commit is contained in:
Anojh 2018-05-29 12:28:21 -07:00
parent 55265211b4
commit e8249fa1a8

View file

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