diff options
-rw-r--r-- | devel/models.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/models.py b/devel/models.py index 5f0a8318..6689ca3d 100644 --- a/devel/models.py +++ b/devel/models.py @@ -51,8 +51,8 @@ class UserProfile(models.Model): class Meta: db_table = 'user_profiles' get_latest_by = 'last_modified' - verbose_name = 'Additional Profile Data' - verbose_name_plural = 'Additional Profile Data' + verbose_name = 'additional profile data' + verbose_name_plural = 'additional profile data' def get_absolute_url(self): # TODO: this is disgusting. find a way to consolidate this logic with |