Skip to content

Commit

Permalink
Merge pull request #1264 from okfn/1264-licenses-not-license-you-dummy
Browse files Browse the repository at this point in the history
Incorrect case on Licence facet
  • Loading branch information
kindly committed Nov 28, 2013
2 parents cdde256 + e0212f3 commit 618716b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/controllers/package.py
Expand Up @@ -221,7 +221,7 @@ def pager_url(q=None, page=None):
'groups': _('Groups'),
'tags': _('Tags'),
'res_format': _('Formats'),
'license_id': _('License'),
'license_id': _('Licenses'),
}

for facet in g.facets:
Expand Down

0 comments on commit 618716b

Please sign in to comment.