Skip to content

Commit

Permalink
Update verbose name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmiller committed Mar 23, 2020
1 parent 6465241 commit 63a2c80
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions elcid/migrations/0034_auto_20200323_1813.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 2.0.9 on 2020-03-23 18:13

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('elcid', '0033_icuadmission'),
]

operations = [
migrations.AlterModelOptions(
name='icuadmission',
options={'verbose_name': 'ICU Admission'},
),
]
2 changes: 1 addition & 1 deletion elcid/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,4 +790,4 @@ class ICUAdmission(EpisodeSubrecord):
)

class Meta:
verbose_name = 'ICU Admisssion'
verbose_name = 'ICU Admission'

0 comments on commit 63a2c80

Please sign in to comment.