TSK-627: Correct Message when saving distribution targets
This commit is contained in:
parent
cd2110f1d7
commit
1cd9b47c4e
|
@ -125,7 +125,7 @@ export class DistributionTargetsComponent implements OnChanges, OnDestroy {
|
|||
this.distributionTargetsSelectedClone = Object.assign([], this.distributionTargetsSelected);
|
||||
this.distributionTargetsClone = Object.assign([], this.distributionTargetsLeft);
|
||||
this.alertService.triggerAlert(new AlertModel(AlertType.SUCCESS,
|
||||
`Workbasket ${this.workbasket.name} Access items were saved successfully`));
|
||||
`Workbasket ${this.workbasket.name} : Distribution targets were saved successfully`));
|
||||
return true;
|
||||
},
|
||||
error => {
|
||||
|
|
Loading…
Reference in New Issue