updating SettingsAccountsListEmptyStateCard (#9868)

changing from "Connect a Google account" to  "Choose your provider"

updating all languages using 
`npx nx run twenty-front:lingui:extract`
This commit is contained in:
Guillim
2025-01-27 15:20:48 +01:00
committed by GitHub
parent fded1cb5a0
commit 4bb8e3a50e
10 changed files with 1638 additions and 1443 deletions

View File

@ -10,7 +10,7 @@ export const SettingsNewAccountSection = () => {
title={t`New account`}
description={t`Connect a new account to your workspace`}
/>
<SettingsAccountsListEmptyStateCard label={t`Connect a Google account`} />
<SettingsAccountsListEmptyStateCard label={t`Choose your provider`} />
</Section>
);
};