update tooltip

This commit is contained in:
zzz
2019-08-05 15:29:36 +00:00
parent a4bcff093f
commit 7b46d43492

View File

@@ -831,7 +831,7 @@
Ed25519-SHA-512</option>
<% }
if (editBean.isSigTypeAvailable(11)) { %>
<option title="<%=intl._t("Experimental")%>" value="11" <%=(currentSigType==11 ? " selected=\"selected\"" : disabled)%> >
<option title="<%=intl._t("Recommended for blinded and encrypted destinations")%>" value="11" <%=(currentSigType==11 ? " selected=\"selected\"" : disabled)%> >
Red25519-SHA-512</option>
<% } // isAvailable
%>