From 55d1a2c9326171c091063bf567f3954f3021cb72 Mon Sep 17 00:00:00 2001
From: edo0 <16632292+edo0@users.noreply.github.com>
Date: Fri, 9 May 2025 11:11:02 +0100
Subject: [PATCH] Fix typo in enforce-sso.tsx (#1145)
---
apps/client/src/ee/security/components/enforce-sso.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/client/src/ee/security/components/enforce-sso.tsx b/apps/client/src/ee/security/components/enforce-sso.tsx
index 31a9f6fa4..183046e32 100644
--- a/apps/client/src/ee/security/components/enforce-sso.tsx
+++ b/apps/client/src/ee/security/components/enforce-sso.tsx
@@ -15,7 +15,7 @@ export default function EnforceSso() {
{t("Enforce SSO")}
{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.",
)}