diff --git a/src/dispatch/case/views.py b/src/dispatch/case/views.py index 40e329b13af4..add6f8a5037a 100644 --- a/src/dispatch/case/views.py +++ b/src/dispatch/case/views.py @@ -158,7 +158,7 @@ def create_case_resources( current_case: CurrentCase, background_tasks: BackgroundTasks, ): - """Creates resources for an existing incident.""" + """Creates resources for an existing case.""" individual_participants, team_participants = get_case_participants( case=current_case, db_session=db_session )