Skip to content

Commit

Permalink
admin: change admin menu category for banners
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen authored and kpsherva committed Feb 14, 2024
1 parent 15ad14a commit 359372a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_banners/administration/banners.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class BannerListView(AdminResourceListView):
resource_config = "banners_resource"
title = "Banners"
menu_label = "Banners"
category = "Banners"
category = _("Site management")
pid_path = "id"
icon = "newspaper"

Expand Down

0 comments on commit 359372a

Please sign in to comment.