Skip to content

Commit

Permalink
Update dds_web/api/project.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ina Odén Österbo <[email protected]>
  • Loading branch information
rv0lt and i-oden authored Oct 23, 2023
1 parent 181ebbc commit 681b4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dds_web/api/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def patch(self):
raise ProjectBusyError(
message=(
f"The deadline for the project '{project_id}' is already in the process of being changed. "
"Please try again later. \n\nIf you know the project is not busy, contact support."
"Please try again later. \n\nIf you know that the project is not busy, contact support."
)
)

Expand Down

0 comments on commit 681b4af

Please sign in to comment.