mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 01:02:57 -07:00
Fixed UI typo refrencing discord in mattermost notifications #2175
This commit is contained in:
parent
55265211b4
commit
e8249fa1a8
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ export class MattermostComponent implements OnInit {
|
||||||
|
|
||||||
this.testerService.mattermostTest(form.value).subscribe(x => {
|
this.testerService.mattermostTest(form.value).subscribe(x => {
|
||||||
if (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 {
|
} else {
|
||||||
this.notificationService.error("There was an error when sending the Mattermost message. Please check your settings");
|
this.notificationService.error("There was an error when sending the Mattermost message. Please check your settings");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue