summaryrefslogtreecommitdiff
path: root/templates/public
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-23 14:32:26 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-23 14:32:26 -0400
commitf2a92588ebc3e2dcce9cc635df32e7550ec7588b (patch)
tree29fb24e0b05dfe6008840e3e29547c71255ccdd2 /templates/public
parent330353f8dc50d5f27470f03f021cde72b056ac0b (diff)
consistent capitalization
Diffstat (limited to 'templates/public')
-rw-r--r--templates/public/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/index.html b/templates/public/index.html
index cdcde695..8a7913cd 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -185,7 +185,7 @@
<li><a href="{% url 'page-art' %}" title="{{ BRANDING_SHORTNAME }} logos and other artwork for promotional use">Logos &amp; Artwork</a></li>
<li><a href="{% url 'news-list' %}" title="News Archives">News Archives</a></li>
<li><a href="/feeds/" title="Various RSS Feeds">RSS Feeds</a></li>
- <li><a href="{% url 'page-devs' %}" title="Active developers">Developer Profiles</a></li>
+ <li><a href="{% url 'page-devs' %}" title="Active Developers">Developer Profiles</a></li>
<li><a href="{% url 'page-tus' %}" title="Active Trusted Users (TUs)">Trusted User Profiles</a></li>
<li><a href="{% url 'page-fellows' %}" title="Retired Developers">Fellows Profiles</a></li>
</ul>