diff --git a/wordpress.org/public_html/style/trac/wp-trac.js b/wordpress.org/public_html/style/trac/wp-trac.js
index 5028b0a2e..8026f5719 100644
a
|
b
|
var wpTrac, coreKeywordList, gardenerKeywordList, reservedTerms, coreFocusesList |
52 | 52 | 'rest-api' : 'Relating to the REST API, but assigned a more specific component.', |
53 | 53 | 'performance' : 'Performance or caching (but not the Cache API component).', |
54 | 54 | 'privacy' : 'Privacy focus.', |
| 55 | 'sustainability': 'Relating to improving the sustainability of WordPress.', |
55 | 56 | 'ui-copy' : 'Copy focus for the user interface.', |
56 | 57 | 'coding-standards' : 'Coding Standards focus.' |
57 | 58 | }; |