Skip to content

Commit 407e2e1

Browse files
authored
Merge pull request #1250 from MuhammadM1998/patch-1
chore: remove duplicated sentence in projects dialog
2 parents dcd1df3 + cf0f5c8 commit 407e2e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/dokploy/components/dashboard/projects/project-environment.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ export const ProjectEnvironment = ({ projectId, children }: Props) => {
9999
<DialogTitle>Project Environment</DialogTitle>
100100
<DialogDescription>
101101
Update the env Environment variables that are accessible to all
102-
services of this project. Use this syntax to reference project-level
103-
variables in your service environments:
102+
services of this project.
104103
</DialogDescription>
105104
</DialogHeader>
106105
{isError && <AlertBlock type="error">{error?.message}</AlertBlock>}

0 commit comments

Comments
 (0)