Skip to content

Commit

Permalink
Code review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Nov 26, 2024
1 parent 0f53ff1 commit 5fabcdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/palace/manager/api/admin/problem_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,9 @@
LANE_WITH_PARENT_AND_DISPLAY_NAME_ALREADY_EXISTS = pd(
"http://librarysimplified.org/terms/problem/lane-with-parent-and-display-name-already-exists",
status_code=400,
title=_("Lane with parent and display name already exists"),
title=_("Lane with parent and display name already exists for this library"),
detail=_(
"You cannot create a lane with the same parent and display name as an existing lane."
"You cannot create a lane with the same parent and display name as an existing lane within the same library."
),
)

Expand Down

0 comments on commit 5fabcdc

Please sign in to comment.