diff --git a/wordpress.org/public_html/style/trac/wp-trac.js b/wordpress.org/public_html/style/trac/wp-trac.js
index 10d0be6c3..cd42de6fb 100644
a
|
b
|
var wpTrac, coreKeywordList, gardenerKeywordList, reservedTerms, coreFocusesList |
15 | 15 | 'needs-design' : 'Ticket needs design.', |
16 | 16 | 'ui-feedback' : 'Feedback is needed from the user interface perspective, generally from the UI team.', |
17 | 17 | 'ux-feedback' : 'Feedback is needed from the user experience perspective, generally from a UX lead.', |
| 18 | 'needs-privacy-review' : 'A review is requested from #core-privacy with regards to the problem or the solution.', |
| 19 | 'has-privacy-review' : 'A review has been given from #core-privacy with regards to the problem or the solution.', |
18 | 20 | 'has-unit-tests' : 'Proposed solution has unit test coverage.', |
19 | 21 | 'needs-unit-tests' : 'Ticket has a particular need for unit tests.', |
20 | 22 | 'needs-dev-note' : 'Ticket needs a post on the development blog.', |