diff --git a/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/ConfigureForm.tsx b/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/ConfigureForm.tsx index fb438e13f..c51138017 100644 --- a/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/ConfigureForm.tsx +++ b/app/react/kubernetes/cluster/ConfigureView/ConfigureForm/ConfigureForm.tsx @@ -289,12 +289,7 @@ function InnerForm({ name="restrictSecrets" data-cy="kubeSetup-restrictSecretsToggle" label="Restrict secret contents access for non-admins (UI only)" - tooltip={ - - If enabled, in the UI, only admins may view and edit - the contents of secrets that are not their own. - - } + tooltip="This hides the ability to view or edit in the UI the contents of secrets that a non-admin user did not create themselves but does not prevent it via the command line." labelClass="col-sm-5 col-lg-4" checked={false} featureId={FeatureId.K8S_ADM_ONLY_SECRETS}