From 493b6d1bfc26137689d5b477663837eab20f61d0 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 19 Jul 2026 09:30:48 +0200 Subject: [PATCH] Support migrating asset profile to MANUAL data source --- .../asset-profile-dialog/asset-profile-dialog.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts b/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts index 7c4d367dab..dd2e196313 100644 --- a/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts +++ b/apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.component.ts @@ -477,10 +477,10 @@ export class GfAssetProfileDialogComponent implements OnInit { getErrorMessage: () => { return ( '😞 ' + - $localize`An error occurred while converting the asset profile to ${DataSource.MANUAL}.` + $localize`An error occurred while converting the data source to ${DataSource.MANUAL}.` ); }, - title: $localize`Do you really want to convert this asset profile to ${DataSource.MANUAL} data source?`, + title: $localize`Do you really want to convert the data source to ${DataSource.MANUAL}?`, updateAssetProfileDto: { dataSource: DataSource.MANUAL } }); }