diff --git a/apps/routerconsole/jsp/console.jsp b/apps/routerconsole/jsp/console.jsp
index 3f4a10de945d2bf14a19cdf2f07117c91c50cfc0..3ed8353cee7dda815cd2924e48d213cd8752cadb 100644
--- a/apps/routerconsole/jsp/console.jsp
+++ b/apps/routerconsole/jsp/console.jsp
@@ -31,8 +31,8 @@
 </div><div class="main" id="console">
  <jsp:useBean class="net.i2p.router.web.ContentHelper" id="contenthelper" scope="request" />
  <div class="welcome">
-  <div class="langbox" title="<%=intl._t("Language Configuration")%>"> <% /* English, then alphabetical by English name please */ %>
-    <a href="/configui#langheading"><img src="/themes/console/images/info/control.png" alt=<%=intl._t("Configure Language")%>></a>
+  <div class="langbox" title="<%=intl._t("Configure Language")%>">
+    <a href="/configui#langheading"><img src="/themes/console/images/info/control.png" alt="<%=intl._t("Configure Language")%>"></a>
   </div>
   <a name="top"></a>
   <h2><%=intl._t("Welcome to I2P")%></h2>
diff --git a/apps/routerconsole/jsp/home.jsp b/apps/routerconsole/jsp/home.jsp
index db649c9b1cdb61c4f563d69f80ab34f377b9bb45..74fe13a7802b867f3e6688d841398a6728be4366 100644
--- a/apps/routerconsole/jsp/home.jsp
+++ b/apps/routerconsole/jsp/home.jsp
@@ -58,8 +58,8 @@
 <jsp:setProperty name="homehelper" property="contextId" value="<%=i2pcontextId%>" />
 <% if (homehelper.shouldShowWelcome()) { %>
 <div class="welcome" >
-  <div class="langbox" title="<%=intl._t("Language Configuration")%>"> <% /* English, then alphabetical by English name please */ %>
-    <a href="/configui#langheading"><img src="/themes/console/images/info/control.png" alt=<%=intl._t("Configure Language")%>></a>
+  <div class="langbox" title="<%=intl._t("Configure Language")%>">
+    <a href="/configui#langheading"><img src="/themes/console/images/info/control.png" alt="<%=intl._t("Configure Language")%>"></a>
   </div>
   <h2><%=intl._t("Welcome to I2P")%></h2>
 </div>