String de-duplication

This commit is contained in:
str4d
2017-06-04 04:59:26 +00:00
parent c91f942194
commit 791bc9a84f
6 changed files with 13 additions and 13 deletions

View File

@ -284,7 +284,7 @@ class SummaryBarRenderer {
buf.append("<a title=\"")
.append(_t("View active leasesets (debug mode)"))
.append("\" href=\"/netdb?l=2\">")
.append(nbsp(_t("Leasesets")))
.append(nbsp(_t("LeaseSets")))
.append("</a>\n")
.append("<a title=\"")