From 476a44f2070201659cdf3a78f32d9f5a3a096a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20L=C3=B3pez=20Dato?= Date: Mon, 4 Nov 2024 18:57:40 -0300 Subject: [PATCH] Tweak wording --- frontend/web/components/PlanBasedAccess.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/web/components/PlanBasedAccess.tsx b/frontend/web/components/PlanBasedAccess.tsx index 0d6da719ee39..3335e50bfd96 100644 --- a/frontend/web/components/PlanBasedAccess.tsx +++ b/frontend/web/components/PlanBasedAccess.tsx @@ -63,9 +63,9 @@ export const featureDescriptions: Record = { title: 'Role-based access control', }, 'REALTIME': { - description: 'Add real time detection of feature flag changes in your SDK.', + description: 'Add real-time detection of feature flag changes in your SDK.', docs: 'https://docs.flagsmith.com/advanced-use/real-time-flags', - title: 'Realtime Updates', + title: 'Real-time flag updates', }, 'SAML': { description: 'Configure 2FA, SAML, Okta, ADFS and LDAP.',