I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Verified Commit 1d2dbb3c authored by zzz's avatar zzz
Browse files

Console: Change "Legal" headers to "Licenses"

parent 70cd6daa
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ class SummaryBarRenderer {
.append("</a>\n");
svcs.put(tx, rbuf.toString());
tx = _t("Legal");
tx = _t("Licenses");
rbuf.setLength(0);
rbuf.append("<a href=\"/viewlicense\" target=\"_top\" title=\"")
.append(_t("Information regarding software and licenses used by I2P"))
......
......@@ -14,7 +14,7 @@
<span class="tab"><a href="#sidebarhelp"><%=intl._t("Sidebar")%></a></span>
<span class="tab"><a href="#reachabilityhelp"><%=intl._t("Reachability")%></a></span>
<span class="tab"><a href="#faq"><%=intl._t("FAQ")%></a></span>
<span class="tab"><a href="/viewlicense"><%=intl._t("Legal")%></a></span>
<span class="tab"><a href="/viewlicense"><%=intl._t("Licenses")%></a></span>
<span class="tab"><a href="/viewhistory"><%=intl._t("Change Log")%></a></span>
</div>
<div id="volunteer"><%@include file="help.jsi" %></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment