summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-03-02 16:48:52 -0500
committerLuke Shumaker <lukeshu@parabola.nu>2019-03-10 01:08:41 -0500
commit0d80b8d122a03604fd2a915fc36585d65c4897c5 (patch)
tree6662afce83f5ec973981002ac8640d7a5c15f54d
parent2c9063f2f90a5cd5c38d1db9dda573564db66069 (diff)
restore un-committed change of "Bugs" to "Issues" in navbar
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 2095dc05..1892dcdd 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -23,7 +23,7 @@
<!-- Free Culture or multimedia with mediagoblin -->
<!-- Social with GNU Social, Diaspora or another, it needs consensus -->
<li id="anb-wiki"><a href="{% wiki_url %}" title="Community documentation">Wiki</a></li>
- <li id="anb-bugs"><a href="{{ BUGTRACKER_URL }}" title="Report and track bugs">Bugs</a></li>
+ <li id="anb-bugs"><a href="{{ BUGTRACKER_URL }}" title="Report and track bugs">Issues</a></li>
<!-- PUR -->
<li id="anb-projects"><a href="{{ PROJECTS_URL }}" title="Our code">Projects</a></li>
<li id="anb-download"><a href="{% url 'page-download' as pdl %}{{ pdl }}" title="Get {{ BRANDING_DISTRONAME }}">Download</a></li>