forked from I2P_Developers/i2p.i2p
Use "Base32" and "Base64" consistently in strings
Update clearnet user-agent to match TBB
This commit is contained in:
@@ -84,7 +84,7 @@ public class ConfigKeyringHandler extends FormHandler {
|
||||
spk = bdin.getUnblindedPubKey();
|
||||
}
|
||||
if (spk == null) {
|
||||
addFormError(_t("Requires hostname, destination, or blinded base32"));
|
||||
addFormError(_t("Requires hostname, destination, or blinded Base32"));
|
||||
return;
|
||||
}
|
||||
// from BlindCache
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<% } %>
|
||||
</td>
|
||||
</tr><tr>
|
||||
<td align="right"><b><%=intl._t("Full destination, name, base 32, or hash")%>:</b></td>
|
||||
<td align="right"><b><%=intl._t("Full destination, name, Base32, or hash")%>:</b></td>
|
||||
<td><input type="text" name="peer" size="55"></td>
|
||||
</tr><tr>
|
||||
<td align="right"><b><%=intl._t("Type")%>:</b></td>
|
||||
|
||||
Reference in New Issue
Block a user