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
=== modified file 'errors/static/js/most_common_problems.js'
--- errors/static/js/most_common_problems.js 2014-05-17 00:35:01 +0000
+++ errors/static/js/most_common_problems.js 2014-05-19 12:04:52 +0000
@@ -183,7 +183,7 @@
183 }183 }
184 var cols = [184 var cols = [
185 {key: "rank", label: "Rank", sortable:true },185 {key: "rank", label: "Rank", sortable:true },
186 {key: "count", label: "Frequency", sortable:true, formatter:chartFormatter, allowHTML: true},186 {key: "count", label: "Occurrences", sortable:true, formatter:chartFormatter, allowHTML: true},
187 {key: "package", label: "Binary Package", sortable:true, formatter:genericFormatter, allowHTML: true},187 {key: "package", label: "Binary Package", sortable:true, formatter:genericFormatter, allowHTML: true},
188 {key: "first_seen", label: "First seen", formatter:genericFormatter, allowHTML: true},188 {key: "first_seen", label: "First seen", formatter:genericFormatter, allowHTML: true},
189 {key: "last_seen", label: "Last seen", formatter:genericFormatter, allowHTML: true},189 {key: "last_seen", label: "Last seen", formatter:genericFormatter, allowHTML: true},

Subscribers

People subscribed via source and target branches