Skip to content

Commit

Permalink
Merge pull request #1 from vrk-kpa/AV-1352_report-translation-fixes
Browse files Browse the repository at this point in the history
AV-1274: Translate report info in templates
  • Loading branch information
bzar authored May 25, 2021
2 parents 1c81977 + 09b3467 commit 3e0b3e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ckanext/qa/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ def openness_report_combinations():

openness_report_info = {
'name': 'openness',
'title': _('Openness (Five Stars)'),
'description': _('Datasets graded on Tim Berners-Lee\'s Five Stars of Openness - openly licensed,'
' openly accessible, structured, open format, URIs for entities, linked.'),
'title': 'Openness (Five Stars)',
'description': 'Datasets graded on Tim Berners-Lee\'s Five Stars of Openness - openly licensed,'
' openly accessible, structured, open format, URIs for entities, linked.',
'option_defaults': OrderedDict((('organization', None),
('include_sub_organizations', False),
)),
Expand Down

0 comments on commit 3e0b3e2

Please sign in to comment.