fix: update isolated deployment label for clarity

This commit is contained in:
Eniola Osabiya 2025-03-08 20:40:14 -06:00 committed by GitHub
parent 4730845a40
commit c0b5f9e51a
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>