Console: Fix tooltip

This commit is contained in:
zzz
2021-05-18 08:06:25 -04:00
parent fb6e8249d0
commit 16d50f1e4f

View File

@@ -377,7 +377,7 @@ class SummaryBarRenderer {
tx = _t("Settings");
rbuf.setLength(0);
rbuf.append("<a href=\"/config\" target=\"_top\" title=\"")
.append(_t("New Install Wizard"))
.append(_t("Configure I2P Router"))
.append("\">")
.append(nbsp(tx))
.append("</a>\n");