I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 38f654ed authored by idk's avatar idk
Browse files

Fix awkward text on console welcome browser page, adjust table spacing on configreseed

parent 25b4d136
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,10 @@
<input type="submit" name="action" class="download" value="<%=intl._t("Reseed from file")%>" />
</td>
</tr>
</table></form>
<form action="/createreseed" method="GET">
<table id="manualreseed3" class="configtable">
<tr id="create">
<th colspan="2">
<%=intl._t("Create Reseed File")%>
......@@ -117,10 +121,6 @@
<%=intl._t("This file will never contain your own router's identity or IP.")%>
</td>
</tr>
</table></form>
<form action="/createreseed" method="GET">
<table id="manualreseed3" class="configtable">
<tr>
<td class="optionsave" colspan="2">
<input type="submit" name="action" class="go" value="<%=intl._t("Create reseed file")%>" />
......
......@@ -254,8 +254,8 @@
<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("Alternatively, you can configure your browser of choice to use I2P.")%>
<a href="https://geti2p.net/htproxyports" target="_blank"><%=intl._t("If you want to do this yourself, here are instructions.")%></a>
<%=intl._t("We have instructions for configuring both Firefox and Chromium based browser 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()) {
%>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment