chore: remove duplicated sentence

This commit is contained in:
Muhammad Mahmoud
2025-01-31 13:55:18 +02:00
committed by GitHub
parent dcd1df31c7
commit cf0f5c8b97

View File

@@ -99,8 +99,7 @@ export const ProjectEnvironment = ({ projectId, children }: Props) => {
<DialogTitle>Project Environment</DialogTitle> <DialogTitle>Project Environment</DialogTitle>
<DialogDescription> <DialogDescription>
Update the env Environment variables that are accessible to all Update the env Environment variables that are accessible to all
services of this project. Use this syntax to reference project-level services of this project.
variables in your service environments:
</DialogDescription> </DialogDescription>
</DialogHeader> </DialogHeader>
{isError && <AlertBlock type="error">{error?.message}</AlertBlock>} {isError && <AlertBlock type="error">{error?.message}</AlertBlock>}