diff --git a/packages/twenty-front/src/locales/da-DK.po b/packages/twenty-front/src/locales/da-DK.po index ef125a9060f..841dff881e1 100644 --- a/packages/twenty-front/src/locales/da-DK.po +++ b/packages/twenty-front/src/locales/da-DK.po @@ -220,7 +220,7 @@ msgstr "Et delt miljø, hvor du vil kunne administrere dine kunde relationer sam #. js-lingui-id: /cSHSG #: src/modules/auth/sign-in-up/components/EmailVerificationSent.tsx msgid "A verification email has been sent to" -msgstr "En bekr6ftelses-e-mail er sendt til" +msgstr "En bekræftelsesmail er sendt til" #. js-lingui-id: JE9zuL #: src/modules/settings/roles/role-permissions/permission-flags/components/SettingsRolePermissionsSettingsSection.tsx diff --git a/packages/twenty-front/src/modules/billing/components/SettingsBillingCreditsSection.tsx b/packages/twenty-front/src/modules/billing/components/SettingsBillingCreditsSection.tsx index 25e0f6733e6..38dde3232ad 100644 --- a/packages/twenty-front/src/modules/billing/components/SettingsBillingCreditsSection.tsx +++ b/packages/twenty-front/src/modules/billing/components/SettingsBillingCreditsSection.tsx @@ -1,4 +1,5 @@ import { SettingsBillingLabelValueItem } from '@/billing/components/SettingsBillingLabelValueItem'; +import { SubscriptionInfoContainer } from '@/billing/components/SubscriptionInfoContainer'; import { useGetWorkflowNodeExecutionUsage } from '@/billing/hooks/useGetWorkflowNodeExecutionUsage'; import { useSubscriptionStatus } from '@/workspace/hooks/useSubscriptionStatus'; import styled from '@emotion/styled'; @@ -10,7 +11,6 @@ import { BACKGROUND_LIGHT, COLOR } from 'twenty-ui/theme'; import { SubscriptionStatus } from '~/generated/graphql'; import { formatAmount } from '~/utils/format/formatAmount'; import { formatNumber } from '~/utils/format/number'; -import { SubscriptionInfoContainer } from '@/billing/components/SubscriptionInfoContainer'; // import { useListAvailableMeteredBillingPricesQuery } from '~/generated-metadata/graphql'; // import { MeteredPriceSelector } from '@/billing/components/internal/MeteredPriceSelector'; import { type CurrentWorkspace } from '@/auth/states/currentWorkspaceState';