update toggle lable

This commit is contained in:
Maidul Islam
2024-06-10 17:09:20 -04:00
parent 9138ab8ed7
commit 8329cbf299

View File

@@ -407,7 +407,7 @@ export default function GitLabCreateIntegrationPage() {
onCheckedChange={(isChecked) => onChange(isChecked)}
isChecked={value}
>
<div className="max-w-md">Mask values in build logs</div>
<div className="max-w-md">Mark Infisical secrets in Gitlab as &apos;Masked&apos; secrets</div>
</Switch>
)}
/>
@@ -422,7 +422,7 @@ export default function GitLabCreateIntegrationPage() {
onCheckedChange={(isChecked) => onChange(isChecked)}
isChecked={value}
>
Protect secrets (only use in protected branches and tags)
Mark Infisical secrets in Gitlab as &apos;Protected&apos; secrets
</Switch>
)}
/>