Feature/improve language localization for de 20240709 (#3555)
* Update translations * Update changelog
This commit is contained in:
@@ -31,7 +31,7 @@ export class AdminMarketDataService {
|
||||
|
||||
public deleteAssetProfiles(uniqueAssets: UniqueAsset[]) {
|
||||
const confirmation = confirm(
|
||||
$localize`Do you really want to delete these asset profiles?`
|
||||
$localize`Do you really want to delete these profiles?`
|
||||
);
|
||||
|
||||
if (confirmation) {
|
||||
|
Reference in New Issue
Block a user