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
|
||||
|
Reference in New Issue
Block a user