<%=intl._t("Type in the I2P destination of the service that this client tunnel should connect to.")%>
- <%=intl._t("This could be the full base 64 destination key, or an I2P URL from your address book.")%>
+ <%=intl._t("This could be the full Base64 destination key, or an I2P URL from your address book.")%>
diff --git a/apps/routerconsole/java/src/net/i2p/router/web/helpers/ConfigKeyringHandler.java b/apps/routerconsole/java/src/net/i2p/router/web/helpers/ConfigKeyringHandler.java
index 10bc1091cc..4dea3e408b 100644
--- a/apps/routerconsole/java/src/net/i2p/router/web/helpers/ConfigKeyringHandler.java
+++ b/apps/routerconsole/java/src/net/i2p/router/web/helpers/ConfigKeyringHandler.java
@@ -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
diff --git a/apps/routerconsole/jsp/configkeyring.jsp b/apps/routerconsole/jsp/configkeyring.jsp
index da7aaf5b2d..903c3acf21 100644
--- a/apps/routerconsole/jsp/configkeyring.jsp
+++ b/apps/routerconsole/jsp/configkeyring.jsp
@@ -37,7 +37,7 @@
<% } %>
-
<%=intl._t("Full destination, name, base 32, or hash")%>:
+
<%=intl._t("Full destination, name, Base32, or hash")%>:
<%=intl._t("Type")%>:
diff --git a/installer/resources/proxy/b32-header.ht b/installer/resources/proxy/b32-header.ht
index 19f1b87752..62d6cb650a 100644
--- a/installer/resources/proxy/b32-header.ht
+++ b/installer/resources/proxy/b32-header.ht
@@ -19,7 +19,7 @@ Proxy-Connection: close
_("Warning: Invalid Destination")
-_("The b32 address is invalid.")
+_("The Base32 address is invalid.")