From 58bae9f1bdc20c83d46ccd187a8f42850c0c0b0c Mon Sep 17 00:00:00 2001
From: zzz <zzz@i2pmail.org>
Date: Tue, 20 Apr 2021 07:27:53 -0400
Subject: [PATCH] Proxy: Fix merge error in previous commit

---
 .../java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java
index a4f1a7fc0e..317dca7ec5 100644
--- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java
+++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java
@@ -1455,7 +1455,7 @@ public class I2PTunnelHTTPClient extends I2PTunnelHTTPClientBase implements Runn
                 // FIXME if there is a query remaining it is lost
                 "<form method=\"GET\" action=\"" + targetRequest + "\" class=\"hostaddform\">\n" +
                 "<div class=\"formaction hostaddaction\"><button type=\"submit\" class=\"go hostadd\">" +
-                "<h4>" + _t("Continue to {0} without saving", destination) + "</h4>\n<p>" +
+                "<h4>" + _t("Continue to {0} without saving", idn) + "</h4>\n<p>" +
                 _t("You can browse to the site without saving it to the address book. The address will be remembered until you restart your I2P router.") +
                 "</p>\n</button></div>" + "\n</form>\n" +
 
-- 
GitLab