Fix typo in enforce-sso.tsx (#1145)

This commit is contained in:
edo0
2025-05-09 11:11:02 +01:00
committed by GitHub
parent bc3cb2d63f
commit 55d1a2c932

View File

@ -15,7 +15,7 @@ export default function EnforceSso() {
<Text size="md">{t("Enforce SSO")}</Text> <Text size="md">{t("Enforce SSO")}</Text>
<Text size="sm" c="dimmed"> <Text size="sm" c="dimmed">
{t( {t(
"Once enforced, members will not able to login with email and password.", "Once enforced, members will not be able to login with email and password.",
)} )}
</Text> </Text>
</div> </div>