Skip to content

Commit

Permalink
Merge pull request #1250 from MuhammadM1998/patch-1
Browse files Browse the repository at this point in the history
chore: remove duplicated sentence in projects dialog
  • Loading branch information
Siumauricio authored Feb 1, 2025
2 parents dcd1df3 + cf0f5c8 commit 407e2e1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>}
Expand Down

0 comments on commit 407e2e1

Please sign in to comment.