Skip to content

Commit

Permalink
update to use case_report
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmartus committed Jan 28, 2025
1 parent 9bd2140 commit 45963c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cms/djangoapps/contentstore/views/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
'ambra_quiz',
'case_file',
'case_history',
'case_report_submission',
'case_report',
'drag_and_drop',
'html',
'pdf',
Expand Down Expand Up @@ -234,7 +234,7 @@ def create_support_legend_dict():
'case_history': _("Case History"),
'case_file': _("Case File (URL)"),
'ambra_quiz': _("Case File Problem"),
'case_report_submission': _("Case Report Submission"),
'case_report': _("Case Report"),
'drag_and_drop': _("Drag and Drop"),
'html': _("Text"),
'pdf': _("PDF"),
Expand Down

0 comments on commit 45963c2

Please sign in to comment.