diff --git a/apps/dokploy/components/dashboard/projects/project-environment.tsx b/apps/dokploy/components/dashboard/projects/project-environment.tsx
index 493813dc3..e43d1af87 100644
--- a/apps/dokploy/components/dashboard/projects/project-environment.tsx
+++ b/apps/dokploy/components/dashboard/projects/project-environment.tsx
@@ -99,8 +99,7 @@ export const ProjectEnvironment = ({ projectId, children }: Props) => {
Project Environment
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.
{isError && {error?.message}}