diff --git a/apps/routerconsole/jsp/configfamily.jsp b/apps/routerconsole/jsp/configfamily.jsp index 7a4ddb03d..119239098 100644 --- a/apps/routerconsole/jsp/configfamily.jsp +++ b/apps/routerconsole/jsp/configfamily.jsp @@ -21,8 +21,8 @@ <%@include file="formhandler.jsi" %>

<%=intl._t("Routers in the same family share a family key.")%> -<%=intl._t("To start a new family, enter a family name.")%> <%=intl._t("To join an existing family, import the private key you exported from a router in the family.")%> +<%=intl._t("To start a new family, enter a family name.")%>

<% @@ -30,26 +30,26 @@ if (family.length() <= 0) { // no family yet %> -
- -

<%=intl._t("Create Router Family")%>

-

<%=intl._t("Family Name")%> : - -

-
-" /> -
-
-

<%=intl._t("Join Router Family")%>

+

<%=intl._t("Join Existing Router Family")%>

<%=intl._t("Import the secret family key that you exported from an existing router in the family.")%>

<%=intl._t("Select secret key file")%> :

-" /> +" /> +
+ +
+ +

<%=intl._t("Create New Router Family")%>

+

<%=intl._t("Family Name")%> : + +

+
+" />
<% } else {