diff --git a/wordpress.org/public_html/style/trac/wp-trac.js b/wordpress.org/public_html/style/trac/wp-trac.js
index 83c3d0a99..5e7fffbd4 100644
a
|
b
|
var wpTrac, coreKeywordList, gardenerKeywordList, reservedTerms, coreFocusesList |
1602 | 1602 | } |
1603 | 1603 | } else { |
1604 | 1604 | // Change the loading placeholder |
1605 | | prContainer.find( '.loading' ).text( 'No linked PRs found.' ); |
| 1605 | prContainer.find( '.loading div' ).html( 'To link a Pull Request to this ticket, create a new Pull Request in the <a href="https://github.com/WordPress/wordpress-develop">WordPress GitHub mirror</a> and include this ticket’s URL in the description.' ); |
1606 | 1606 | } |
1607 | 1607 | }); |
1608 | 1608 | } |
… |
… |
var wpTrac, coreKeywordList, gardenerKeywordList, reservedTerms, coreFocusesList |
1611 | 1611 | // Add the Pull Requests section. |
1612 | 1612 | $( '#attachments' ).append( |
1613 | 1613 | '<div id="github-prs" class="collapsed">' + |
1614 | | '<h3 class="foldable"><a id="section-pr" href="#section-pr">Pull requests <span class="trac-count hidden">(<span></span>)</span></a></h3>' + |
| 1614 | '<h3 class="foldable"><a id="section-pr" href="#section-pr">Pull Requests <span class="trac-count hidden">(<span></span>)</span></a></h3>' + |
1615 | 1615 | '<ul class="pull-requests">' + |
1616 | | '<li class="loading">Loading...</li>' + |
| 1616 | '<li class="loading"><div>Loading…</div></li>' + |
1617 | 1617 | '</ul>' + |
1618 | 1618 | '</div>' |
1619 | 1619 | ); |