Skip to content

Commit

Permalink
fix verbose name (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjaclasher authored Oct 11, 2023
1 parent 3d009df commit 4a4f90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registration/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

class RegistrationConfig(AppConfig):
name = 'registration'
verbose_name = "Django-registration provides user registration functionality for Django websites."
verbose_name = "Registration"
default_auto_field = 'django.db.models.AutoField'

0 comments on commit 4a4f90b

Please sign in to comment.