Skip to content
Snippets Groups Projects
Commit d332f13a authored by matograine's avatar matograine
Browse files

add two missing strings in EN/strings.js

parent 72750bfa
No related branches found
No related tags found
No related merge requests found
//---- Error and message strings for JS code
const STRING_ERROR_TITLE_PUBKEY_NOT_PROVIDED = "ERROR: Title or public key are not given !";
const Function_STRING_WARNING_SAME_PUBKEY = (creator_pubkey) => `BE CAREFUL! you entered the public key of viÄŸnette: ${creator_pubkey}. Is that what you want to do?`
const Function_STRING_ERROR_INVALID_PUBKEY = (pubkey) => `Public key ${pubkey} is not valid.`;
const Function_STRING_ERROR_WRONG_CHECKSUM = (checksum, pubkey) => `The checksum ${checksum} does not match the public key ${pubkey}. Please double-check the public key.`
const STRING_ERROR_BROWSER_NOT_SUPPORTED = "ERROR: Your browser is not supported."
const Function_STRING_ERROR_PUBKEY_TOO_SHORT = (min_length) => `ERROR: The public key is less than ${min_length} characters long.\n`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment