Skip to content

Commit

Permalink
Fix chart title
Browse files Browse the repository at this point in the history
  • Loading branch information
rlr committed Feb 1, 2012
1 parent e3c1df4 commit 124e4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/js/kpi.dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ window.KpiDashboard = Backbone.View.extend({

this.voteChartView = new ChartView({
model: this.voteChart,
title: 'Article Helpful Votes',
title: 'Helpful Votes',
series: [{
name: 'Article Votes: % Helpful',
numerator: 'kb_helpful',
Expand Down

0 comments on commit 124e4ba

Please sign in to comment.