fixed translation

This commit is contained in:
Zai Shi 2024-09-28 15:37:27 -07:00
parent 85b33f6497
commit a5250f63ce
2 changed files with 899 additions and 887 deletions

View File

@ -83,7 +83,7 @@ export function AuthPage(props: {
)}
</div>
<OAuthButtonGroup type={props.type} mockProject={props.mockProject} />
{enableSeparator && <SeparatorWithText text={'Or continue with'} />}
{enableSeparator && <SeparatorWithText text={t('Or continue with')} />}
{project.config.credentialEnabled && project.config.magicLinkEnabled ? (
<Tabs defaultValue={props.firstTab || 'magic-link'}>
<TabsList className={cn('w-full mb-2', {

File diff suppressed because it is too large Load Diff