diff --git a/packages/desktop/components/popups/DiagnosticsPopup.svelte b/packages/desktop/components/popups/DiagnosticsPopup.svelte index 254b5803ead..f6c27145c3a 100644 --- a/packages/desktop/components/popups/DiagnosticsPopup.svelte +++ b/packages/desktop/components/popups/DiagnosticsPopup.svelte @@ -27,7 +27,7 @@ if ($activeProfile && $loggedIn) { appVars.push({ label: 'views.settings.currency.title', - value: $activeProfile?.settings?.currency, + value: $activeProfile?.settings?.marketCurrency, }) appVars.push({ label: 'general.nodeList',