Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
toavina committed Sep 5, 2024
1 parent b8a4d7d commit a0804a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckanext/zarr/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ def update_config(self, config_):
# IFacets
def dataset_facets(self, facet_dict, package_type):
new_fd = OrderedDict()
new_fd['program_area'] = plugins.toolkit._('Program Areas')
new_fd['tags'] = plugins.toolkit._('Tags')
new_fd['organization'] = plugins.toolkit._('Organizations')
new_fd['tags'] = plugins.toolkit._('Tags')
new_fd['groups'] = plugins.toolkit._('Topics')
return new_fd

# IResourceController
Expand Down

0 comments on commit a0804a6

Please sign in to comment.