missing paren

This commit is contained in:
zzz
2017-10-04 15:54:48 +00:00
parent 30b9f063d3
commit c4a932b187

View File

@ -32,7 +32,7 @@
<%=intl._t("Floodfill participation helps the network, but may use more of your computer's resources.")%>
<%
if (advancedhelper.isFloodfill()) {
%> (<%=intl._t("This router is currently a floodfill participant.")%><%
%> (<%=intl._t("This router is currently a floodfill participant.")%>)<%
} else {
%> (<%=intl._t("This router is not currently a floodfill participant.")%>)<%
}