Skip to content

Commit

Permalink
Give authentication app a verbose name for admin pages
Browse files Browse the repository at this point in the history
  • Loading branch information
john-westcott-iv committed Jan 17, 2024
1 parent 52783c3 commit 54876c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible_base/authentication/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
class AuthenticationConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'ansible_base.authentication'
verbose_name = 'Pluggable Authentication'

0 comments on commit 54876c2

Please sign in to comment.