Skip to content

Commit

Permalink
fix: user registration menu name
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed May 24, 2023
1 parent 9b3304c commit d155f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_appbuilder/security/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ def register_views(self):
if self.auth_user_registration:
self.appbuilder.add_view(
self.registerusermodelview,
"User's Statistics",
"User Registrations",
icon="fa-user-plus",
label=_("User Registrations"),
category="Security",
Expand Down

0 comments on commit d155f9b

Please sign in to comment.