mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge pull request #1250 from MuhammadM1998/patch-1
chore: remove duplicated sentence in projects dialog
This commit is contained in:
commit
407e2e1137
@ -99,8 +99,7 @@ export const ProjectEnvironment = ({ projectId, children }: Props) => {
|
||||
<DialogTitle>Project Environment</DialogTitle>
|
||||
<DialogDescription>
|
||||
Update the env Environment variables that are accessible to all
|
||||
services of this project. Use this syntax to reference project-level
|
||||
variables in your service environments:
|
||||
services of this project.
|
||||
</DialogDescription>
|
||||
</DialogHeader>
|
||||
{isError && <AlertBlock type="error">{error?.message}</AlertBlock>}
|
||||
|
Loading…
Reference in New Issue
Block a user