Feature/harmonize delete labels in admin market data (#3552)

pull/3554/head
Thomas Kaul 5 months ago committed by GitHub
parent 830569b38e
commit b0c53d050a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -178,7 +178,7 @@
[disabled]="!selection.hasValue()"
(click)="onDeleteAssetProfiles()"
>
<ng-container i18n>Delete Asset Profiles</ng-container>
<ng-container i18n>Delete Profiles</ng-container>
</button>
</mat-menu>
</th>

@ -42,7 +42,7 @@ export class AdminMarketDataService {
forkJoin(deleteRequests)
.pipe(
catchError(() => {
alert($localize`Oops! Could not delete asset profiles.`);
alert($localize`Oops! Could not delete profiles.`);
return EMPTY;
}),

Loading…
Cancel
Save