Browse Source

Harmonize delete labels

pull/3552/head
Thomas Kaul 1 year ago
parent
commit
dbd3b069ff
  1. 2
      apps/client/src/app/components/admin-market-data/admin-market-data.html
  2. 2
      apps/client/src/app/components/admin-market-data/admin-market-data.service.ts

2
apps/client/src/app/components/admin-market-data/admin-market-data.html

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

2
apps/client/src/app/components/admin-market-data/admin-market-data.service.ts

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