From c23ad8ebf2872a219bc0feb6d9c11ea65aa68893 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Wed, 28 Aug 2024 17:04:56 -0400 Subject: [PATCH] improve tooltip --- .../IdentitySection/IdentityKubernetesAuthForm.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/Org/MembersPage/components/OrgIdentityTab/components/IdentitySection/IdentityKubernetesAuthForm.tsx b/frontend/src/views/Org/MembersPage/components/OrgIdentityTab/components/IdentitySection/IdentityKubernetesAuthForm.tsx index 93fc87dc6..7c31bcdbc 100644 --- a/frontend/src/views/Org/MembersPage/components/OrgIdentityTab/components/IdentitySection/IdentityKubernetesAuthForm.tsx +++ b/frontend/src/views/Org/MembersPage/components/OrgIdentityTab/components/IdentitySection/IdentityKubernetesAuthForm.tsx @@ -239,7 +239,7 @@ export const IdentityKubernetesAuthForm = ({ @@ -255,7 +255,7 @@ export const IdentityKubernetesAuthForm = ({ label="Allowed Namespaces" isError={Boolean(error)} errorText={error?.message} - tooltipText="A comma-separated list of trusted service account names that are allowed to authenticate with Infisical. Leave empty to allow any namespaces." + tooltipText="A optional comma-separated list of trusted service account names that are allowed to authenticate with Infisical. Leave empty to allow any namespaces." > @@ -282,7 +282,7 @@ export const IdentityKubernetesAuthForm = ({