From 54876c22ea0f14ba48568d100096c93f7b0e75c8 Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Wed, 17 Jan 2024 14:40:58 -0500 Subject: [PATCH] Give authentication app a verbose name for admin pages --- ansible_base/authentication/apps.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible_base/authentication/apps.py b/ansible_base/authentication/apps.py index c880632b2..310656630 100644 --- a/ansible_base/authentication/apps.py +++ b/ansible_base/authentication/apps.py @@ -6,3 +6,4 @@ class AuthenticationConfig(AppConfig): default_auto_field = 'django.db.models.BigAutoField' name = 'ansible_base.authentication' + verbose_name = 'Pluggable Authentication'