Skip to content

Commit

Permalink
Fix typos in vote pie chart legend
Browse files Browse the repository at this point in the history
  • Loading branch information
pvalkone authored and RajRoR committed Jan 28, 2013
1 parent 5d5d390 commit 58a23aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/ideas/show.html.haml
Expand Up @@ -13,8 +13,8 @@
],
{
legend: [
"#{@idea_vote_for_count} Kyllä #{@idea_vote_for_count == 1 ? "ääni" : "ääntä"} %%.%",
"#{@idea_vote_against_count} Ei #{@idea_vote_against_count == 1 ? "ääni" : "ääntä"} %%.%"
"#{@idea_vote_for_count} kyllä-#{@idea_vote_for_count == 1 ? "ääni" : "ääntä"} %%.%",
"#{@idea_vote_against_count} ei-#{@idea_vote_against_count == 1 ? "ääni" : "ääntä"} %%.%"
],
legendpos: "south",
colors: #{@colors.inspect},
Expand Down

0 comments on commit 58a23aa

Please sign in to comment.