File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1818,7 +1818,7 @@ <h2 class="no-num" id="property-index">Property index</h2>
1818
1818
<!-- template markup for issues pulled from Bugzilla -->
1819
1819
< script type ="text/template " id ="issue-template ">
1820
1820
< div class = "issue-marker" data-bug_id = "{{bug_id}}" data-bug_status = "{{bug_status}}" >
1821
- < a href = "https://www.w3.org/Bugs/Public/show_bug.cgi?id={{bug_id}}" > Bug -{ { bug_id} } </ a >
1821
+ < a href = "https://www.w3.org/Bugs/Public/show_bug.cgi?id={{bug_id}}" > Issue -{ { bug_id} } </ a >
1822
1822
< div class = "issue-details" >
1823
1823
< p class = "short-desc" > { { short_desc} } </ p >
1824
1824
</ div >
Original file line number Diff line number Diff line change @@ -2718,7 +2718,7 @@ <h2 class="no-num" id="property-index">Property index</h2>
2718
2718
<!-- template markup for issues pulled from Bugzilla --> <!-- template markup for issues pulled from Bugzilla -->
2719
2719
< script type ="text/template " id ="issue-template ">
2720
2720
< div class = "issue-marker" data-bug_id = "{{bug_id}}" data-bug_status = "{{bug_status}}" >
2721
- < a href = "https://www.w3.org/Bugs/Public/show_bug.cgi?id={{bug_id}}" > Bug -{ { bug_id} } </ a >
2721
+ < a href = "https://www.w3.org/Bugs/Public/show_bug.cgi?id={{bug_id}}" > Issue -{ { bug_id} } </ a >
2722
2722
< div class = "issue-details" >
2723
2723
< p class = "short-desc" > { { short_desc} } </ p >
2724
2724
</ div >
Original file line number Diff line number Diff line change 53
53
54
54
_header . href = "#"
55
55
_header . className = "issue-dashboard-header"
56
- _header . textContent = "Bug Dashboard"
56
+ _header . textContent = "Issues Dashboard"
57
57
_header . appendChild ( _message )
58
58
59
59
_header . addEventListener ( "click" , toggleDashboard , false )
You can’t perform that action at this time.
0 commit comments