Use "Base32" and "Base64" consistently in strings

Update clearnet user-agent to match TBB
This commit is contained in:
zzz
2019-11-21 13:59:26 +00:00
parent 7b391fa17a
commit 4e81e48d64
7 changed files with 15 additions and 16 deletions

View File

@ -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