Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Legend text for "Ideas" corrected (bug 640549)
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelbabu committed Jun 29, 2011
1 parent a75fca4 commit 85134b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/search/views.py
Expand Up @@ -247,7 +247,7 @@ def index(request):
chart_data = dict(series=[
dict(name=_('Praise'), data=daily['praise']),
dict(name=_('Issues'), data=daily['issue']),
dict(name=_('Idea'), data=daily['idea']),
dict(name=_('Ideas'), data=daily['idea']),
]
) if daily else None
data['chart_data_json'] = json.dumps(chart_data)
Expand Down

0 comments on commit 85134b8

Please sign in to comment.