From d441ead8849ae2cdfd6a4fc9d0aa9f244b90a608 Mon Sep 17 00:00:00 2001 From: hankhill19580 Date: Tue, 9 Jun 2020 17:11:43 +0000 Subject: [PATCH] Fix awkward text, browsers should be plural --- apps/routerconsole/jsp/welcome.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/routerconsole/jsp/welcome.jsp b/apps/routerconsole/jsp/welcome.jsp index 55de9a46e..b07ad0b65 100644 --- a/apps/routerconsole/jsp/welcome.jsp +++ b/apps/routerconsole/jsp/welcome.jsp @@ -254,7 +254,7 @@

<%=intl._t("Your browser needs to be configured to work with I2P.")%> -<%=intl._t("We have instructions for configuring both Firefox and Chromium based browser with I2P.")%> +<%=intl._t("We have instructions for configuring both Firefox and Chromium based browsers with I2P.")%> <%=intl._t("You can find these instructions on our website")%>. <% if (net.i2p.util.SystemVersion.isWindows()) {