Skip to content

Commit

Permalink
change TB Type to be TB type, because consistency of capitalisation i…
Browse files Browse the repository at this point in the history
…s generally a good idea, refs #570
  • Loading branch information
fredkingham committed Nov 23, 2018
1 parent e193771 commit 31e4d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tb/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ class TBHistory(models.PatientSubrecord):
null=True,
choices=TB_TYPES,
max_length=256,
verbose_name="TB Type"
verbose_name="TB type"
)
site_of_tb = ForeignKeyOrFreeText(
TBSite, verbose_name="Site of TB"
Expand Down

0 comments on commit 31e4d0a

Please sign in to comment.