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