Console: Change "Legal" headers to "Licenses"

This commit is contained in:
zzz
2021-02-18 09:01:33 -05:00
parent 70cd6daa7c
commit 1d2dbb3cc2
2 changed files with 2 additions and 2 deletions

View File

@@ -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"))

View File

@@ -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>