TSK-627: Correct Message when saving distribution targets

This commit is contained in:
BVier 2018-07-11 10:00:28 +02:00 committed by Holger Hagen
parent cd2110f1d7
commit 1cd9b47c4e
1 changed files with 1 additions and 1 deletions

View File

@ -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 => {