From d441ead8849ae2cdfd6a4fc9d0aa9f244b90a608 Mon Sep 17 00:00:00 2001 From: hankhill19580 <hankhill19580@gmail.com> 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 55de9a46ed..b07ad0b65d 100644 --- a/apps/routerconsole/jsp/welcome.jsp +++ b/apps/routerconsole/jsp/welcome.jsp @@ -254,7 +254,7 @@ <img class="wizardimg" src="/themes/console/images/wizard/undraw_startup_life.png"> <div class="wizardtext"><p> <%=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.")%> <a href="https://geti2p.net/htproxyports" target="_blank"><%=intl._t("You can find these instructions on our website")%></a>. <% if (net.i2p.util.SystemVersion.isWindows()) { -- GitLab