Skip to content

Commit

Permalink
fix detail
Browse files Browse the repository at this point in the history
  • Loading branch information
nleroy917 committed Jul 25, 2024
1 parent 698ebcc commit 81ecc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pephub/routers/api/v1/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ async def create_view_of_the_project(
_LOGGER.error(f"Could not create view. Error: {e}")
raise HTTPException(
status_code=409,
detail="This view already exists in the project.",
detail="A view with this name already exists in the project.",
)
return JSONResponse(
content={
Expand Down

0 comments on commit 81ecc80

Please sign in to comment.