Merge pull request #1441 from eni4sure/update-isolated-deployment-label

fix(frontend): update isolated deployment label for clarity
This commit is contained in:
Mauricio Siu 2025-03-08 20:48:28 -06:00 committed by GitHub
commit 0c6625fff7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,9 +147,9 @@ export const IsolatedDeployment = ({ composeId }: Props) => {
render={({ field }) => (
<FormItem className="mt-4 flex flex-row items-center justify-between rounded-lg border p-3 shadow-sm">
<div className="space-y-0.5">
<FormLabel>Enable Randomize ({data?.appName})</FormLabel>
<FormLabel>Enable Isolated Deployment ({data?.appName})</FormLabel>
<FormDescription>
Enable randomize to the compose file.
Enable isolated deployment to the compose file.
</FormDescription>
</div>
<FormControl>