Skip to content

Commit

Permalink
refactor: fix labels for proofread form
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmarchd01 committed Nov 12, 2024
1 parent d9465dc commit 8fe2fd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django/cantusdb_project/main_app/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,14 +537,14 @@ class SourceBrowseChantsProofreadForm(forms.Form):
required=False,
)
manuscript_full_text_proofread = forms.ChoiceField(
label="Full text as in Source (source spelling)",
label="Full text as in Source (source spelling) proofread",
choices=PROOFREAD_CHOICES,
widget=forms.RadioSelect,
required=False,
)

volpiano_proofread = forms.ChoiceField(
label="Volpiano Proofread",
label="Volpiano proofread",
choices=PROOFREAD_CHOICES,
widget=forms.RadioSelect,
required=False,
Expand Down

0 comments on commit 8fe2fd5

Please sign in to comment.