Skip to content

Commit

Permalink
Rename Permissions to Permission Pairs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhtimmins committed Jun 1, 2022
1 parent c3cd787 commit 8feecb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/www/fab_security/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ def register_views(self):
if self.appbuilder.app.config.get("FAB_ADD_SECURITY_PERMISSION_VIEWS_VIEW", True):
self.appbuilder.add_view(
self.permissionmodelview,
"Permissions",
"Permission Pairs",
icon="fa-link",
label=_("Permissions"),
category="Security",
Expand Down

0 comments on commit 8feecb1

Please sign in to comment.