mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Some small fixed !wip
This commit is contained in:
parent
8254e178af
commit
aa24ba4054
2 changed files with 2 additions and 3 deletions
|
@ -74,8 +74,7 @@ export class MovieSearchComponent implements OnInit {
|
|||
this.result = x;
|
||||
|
||||
if (this.result.result) {
|
||||
|
||||
this.translate.get("Search.RequestAdded", searchResult.title).subscribe(x => {
|
||||
this.translate.get("Search.RequestAdded", { title: searchResult.title }).subscribe(x => {
|
||||
this.notificationService.success(x);
|
||||
searchResult.processed = true;
|
||||
});
|
||||
|
|
|
@ -73,7 +73,7 @@ export class SlackComponent implements OnInit {
|
|||
}
|
||||
this.testerService.slackTest(settings).subscribe(x => {
|
||||
if (x) {
|
||||
this.notificationService.success( "Successfully sent a Slack message, please check the discord channel");
|
||||
this.notificationService.success( "Successfully sent a Slack message, please check the slack channel");
|
||||
} else {
|
||||
this.notificationService.error("There was an error when sending the Slack message. Please check your settings");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue