summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-10 15:47:01 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-10 16:53:52 +0100
commit292c01116ff0c6acd34ade5c186b9c981ee52fee (patch)
tree570da036c01e2d66eba4af9eefbcaa542ffcc479 /common
parent706be64b63b06d422e48f64ff381e81efce61f24 (diff)
downloadwww-292c01116ff0c6acd34ade5c186b9c981ee52fee.tar.gz
www-292c01116ff0c6acd34ade5c186b9c981ee52fee.tar.bz2
www-292c01116ff0c6acd34ade5c186b9c981ee52fee.zip
updates to pages based on discussions with Leon and Sva
Diffstat (limited to 'common')
-rw-r--r--common/navigation.j2.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index d0b9d91b..6bb279e2 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -14,7 +14,7 @@
<li class="m_citizens"><a href="{{ url_localized('citizens.html') }}">{{ _("Citizens") }}</a></li>
<li class="m_merchants"><a href="{{ url_localized('merchants.html') }}">{{ _("Merchants") }}</a></li>
<li class="m_governments"><a href="{{ url_localized('governments.html') }}">{{ _("Governments") }}</a></li>
- <li class="m_investors"><a href="{{ url_localized('investors.html') }}">{{ _("Operators") }}</a></li>
+ <li class="m_investors"><a href="{{ url_localized('investors.html') }}">{{ _("Investors") }}</a></li>
<li class="m_developers"><a href="{{ url_localized('developers.html') }}">{{ _("Developers") }}</a></li>
<li class="m_about"><a href="{{ url_localized('about.html') }}">{{ _("About&nbsp;us") }}</a></li>
</ul>