From 71cc55fa7d78f072c8d72fc52b9836ec6b10bbd1 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Wed, 9 Oct 2019 18:53:00 +0000
Subject: [PATCH] langbox tweaks

---
 apps/routerconsole/jsp/console.jsp | 4 ++--
 apps/routerconsole/jsp/home.jsp    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/apps/routerconsole/jsp/console.jsp b/apps/routerconsole/jsp/console.jsp
index 3f4a10de94..3ed8353cee 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 db649c9b1c..74fe13a780 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>
-- 
GitLab