summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@parabola.nu>2018-04-26 01:49:26 +0100
committerroot <root@parabola.nu>2018-04-26 01:49:26 +0100
commit40b3ec7b953d0aeb3289936c69771e3e9989ee9c (patch)
tree59c96bdd04416263475e0e4c073280acf2a20b55
parenteb42c9bafb26e0d214447f03ef122ae8ce605dbd (diff)
reword "labs" to "issues" in top navbar (issue #1345)parabolaweb-2018-04-26
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index b27554c9..b546ad81 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="Parabola and community documentations">Wiki</a></li>
- <li id="anb-bugs"><a href="{{ BUGTRACKER_URL }}" title="Report and track on labs">Labs</a></li>
+ <li id="anb-bugs"><a href="{{ BUGTRACKER_URL }}" title="Report and track issues">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>