Add more translations (#9733)
This commit is contained in:
@ -1,15 +1,16 @@
|
||||
import { H2Title, Section } from 'twenty-ui';
|
||||
|
||||
import { SettingsAccountsListEmptyStateCard } from '@/settings/accounts/components/SettingsAccountsListEmptyStateCard';
|
||||
import { t } from '@lingui/core/macro';
|
||||
|
||||
export const SettingsNewAccountSection = () => {
|
||||
return (
|
||||
<Section>
|
||||
<H2Title
|
||||
title="New account"
|
||||
description="Connect a new account to your workspace"
|
||||
title={t`New account`}
|
||||
description={t`Connect a new account to your workspace`}
|
||||
/>
|
||||
<SettingsAccountsListEmptyStateCard label="Connect a Google account" />
|
||||
<SettingsAccountsListEmptyStateCard label={t`Connect a Google account`} />
|
||||
</Section>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user