Skip to content

Commit

Permalink
Merge pull request #647 from opensafely-core/steve/codlist-typo-fix
Browse files Browse the repository at this point in the history
Fix typo: "codlist" > "codelist"
  • Loading branch information
StevenMaude committed Apr 14, 2021
2 parents 31ce51a + 5b7d44c commit bfe5725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencodelists/forms.py
Expand Up @@ -66,7 +66,7 @@ class CodelistCreateForm(forms.Form):
)

owner = forms.ChoiceField()
name = forms.CharField(max_length=255, label="Codlist name")
name = forms.CharField(max_length=255, label="Codelist name")
coding_system_id = forms.ChoiceField(
choices=CODING_SYSTEM_CHOICES, label="Coding system"
)
Expand Down

0 comments on commit bfe5725

Please sign in to comment.