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:
@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user