diff --git a/client/src/components/Admin/DefaultUserSettingsTab.tsx b/client/src/components/Admin/DefaultUserSettingsTab.tsx index 5baa85fa..d984991b 100644 --- a/client/src/components/Admin/DefaultUserSettingsTab.tsx +++ b/client/src/components/Admin/DefaultUserSettingsTab.tsx @@ -6,6 +6,7 @@ import { useToast } from '../shared/Toast' import Section from '../Settings/Section' import CustomSelect from '../shared/CustomSelect' import { MapView } from '../Map/MapView' +import { CURRENCIES, SYMBOLS } from '../Budget/BudgetPanel.constants' import type { Place } from '../../types' const MAP_PRESETS = [ @@ -20,6 +21,7 @@ type Defaults = { temperature_unit?: string dark_mode?: string | boolean time_format?: string + default_currency?: string blur_booking_codes?: boolean map_tile_url?: string map_provider?: string @@ -226,6 +228,23 @@ export default function DefaultUserSettingsTab(): React.ReactElement { ))} + {/* Default Currency */} +
{t('settings.currencyHint')}
+