diff --git a/i2p2www/pages/site/about/browser-config.html b/i2p2www/pages/site/about/browser-config.html
index 70244ca4baab7945fc915f023f896c9e09f9a403..488c6d12294f9d18f473cf2cdf06394a8bcfe85b 100644
--- a/i2p2www/pages/site/about/browser-config.html
+++ b/i2p2www/pages/site/about/browser-config.html
@@ -80,9 +80,9 @@ Instead, it is meant to be used as an internal network.
 services are run by by private volunteers and could be shut down or
 unreachable at anytime.</b>
 {%- endtrans %}</p>
-<p>{% trans -%}
-By default, I2P comes with two outproxies configured: <code>false.i2p</code>
-(an HTTP-only proxy) and <code>outproxy-tor.meeh.i2p</code> (an HTTPS proxy
+<p>{% trans http='false.i2p', https='outproxy-tor.meeh.i2p' -%}
+By default, I2P comes with two outproxies configured: <code>{{ http }}</code>
+(an HTTP-only proxy) and <code>{{ https }}</code> (an HTTPS proxy
 routed through Tor.
 {%- endtrans %}</p>
 <p>{% trans -%}