camel case

This commit is contained in:
CocoByte 2024-07-02 14:32:38 -06:00
parent 508c3d3988
commit 18c512deab
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
2 changed files with 4 additions and 4 deletions

View file

@ -3600,7 +3600,7 @@ class TestMyUserAdmin(MockDb):
)
},
),
("User Profile", {"fields": ("first_name", "middle_name", "last_name", "title", "email", "phone")}),
("User profile", {"fields": ("first_name", "middle_name", "last_name", "title", "email", "phone")}),
("Permissions", {"fields": ("is_active", "groups")}),
("Important dates", {"fields": ("last_login", "date_joined")}),
)