Skip to content

Commit

Permalink
Issue #2987 - Change “Reproduce a Bug” with “Triage a Bug”
Browse files Browse the repository at this point in the history
  • Loading branch information
pachicodes committed Oct 21, 2019
1 parent 91fdb26 commit ddd8522
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion webcompat/templates/contributors/sub-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</li>

<li class="nested-sub-nav-item {% if request.url_rule.endpoint == 'contributors_bug_reproduce' %} sub-nav-active{% endif %}">
<a class="link-text" href="/contributors/triage-bug">
<a class="link-text" href="/contributors/reproduce-bug">
Triage a Bug
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion webcompat/templates/home-page/join-us.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h3 class="headline-2 heading">

<li class="tile-item">
<h3 class="headline-2 heading">
<a href="./contributors/triage-bug" class="tile-item-link" title="Fix a bug">
<a href="./contributors/reproduce-bug" class="tile-item-link" title="Fix a bug">
Fix bugs
</a>
</h3>
Expand Down
2 changes: 1 addition & 1 deletion webcompat/templates/shared/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<a class="footer-item-link" href="/contributors/report-bug">Report a Bug</a>
</li>
<li class="footer-sub-item {% if request.url_rule.endpoint == 'contributors_bug_reproduce' %}active{% endif %}">
<a class="footer-item-link" href="/contributors/triage-bug">Triage a bug</a>
<a class="footer-item-link" href="/contributors/reproduce-bug">Triage a bug</a>
</li>
<li class="footer-sub-item {% if request.url_rule.endpoint == 'contributors_bug_diagnosis' %}active{% endif %}">
<a class="footer-item-link" href="/contributors/diagnose-bug">Diagnose a Bug</a>
Expand Down

0 comments on commit ddd8522

Please sign in to comment.