Skip to content

Commit

Permalink
Rename Permissions to Permission Pairs. (#24065)
Browse files Browse the repository at this point in the history
(cherry picked from commit be21e08)
  • Loading branch information
jhtimmins authored and ephraimbuddy committed Jun 29, 2022
1 parent 93d929d commit 8e73a77
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 @@ -797,7 +797,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 8e73a77

Please sign in to comment.