Merge lp:~mpt/errors/1320846-frequency-label into lp:errors

Proposed by Matthew Paul Thomas
Status: Merged
Merged at revision: 473
Proposed branch: lp:~mpt/errors/1320846-frequency-label
Merge into: lp:errors
Diff against target: 12 lines (+1/-1)
1 file modified
errors/static/js/most_common_problems.js (+1/-1)
To merge this branch: bzr merge lp:~mpt/errors/1320846-frequency-label
Reviewer Review Type Date Requested Status
Evan (community) Approve
Review via email: mp+220017@code.launchpad.net

Description of the change

Fixes bug 1320846 by renaming the "Frequency" table column to "Occurrences".

To post a comment you must log in.
Revision history for this message
Evan (ev) wrote :

Looks good. This will be deployed to production with the next batch of changes.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'errors/static/js/most_common_problems.js'
2--- errors/static/js/most_common_problems.js 2014-05-17 00:35:01 +0000
3+++ errors/static/js/most_common_problems.js 2014-05-19 12:04:52 +0000
4@@ -183,7 +183,7 @@
5 }
6 var cols = [
7 {key: "rank", label: "Rank", sortable:true },
8- {key: "count", label: "Frequency", sortable:true, formatter:chartFormatter, allowHTML: true},
9+ {key: "count", label: "Occurrences", sortable:true, formatter:chartFormatter, allowHTML: true},
10 {key: "package", label: "Binary Package", sortable:true, formatter:genericFormatter, allowHTML: true},
11 {key: "first_seen", label: "First seen", formatter:genericFormatter, allowHTML: true},
12 {key: "last_seen", label: "Last seen", formatter:genericFormatter, allowHTML: true},

Subscribers

People subscribed via source and target branches