Skip to content

Commit

Permalink
at once
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz authored Nov 29, 2022
1 parent 847278a commit 78365ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ def __init__(self, user_id: UserID, project_uuid: ProjectID):
class ProjectTooManyProjectOpened(ProjectsException):
def __init__(self, max_num_projects: int):
super().__init__(
f"You cannot open more than {max_num_projects} stud{'y' if max_num_projects == 1 else 'ies'} concurrently. Please, close another study and retry."
f"You cannot open more than {max_num_projects} stud{'y' if max_num_projects == 1 else 'ies'} at once. Please, close another study and retry."
)

0 comments on commit 78365ed

Please sign in to comment.