From 81433b40f460546bcf8fff3df6adeb9ede490924 Mon Sep 17 00:00:00 2001 From: Avery Date: Wed, 27 Sep 2023 22:46:18 -0700 Subject: [PATCH] Update src/dispatch/case/views.py Co-authored-by: Marc Vilanova <39573146+mvilanova@users.noreply.github.com> --- src/dispatch/case/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )