Skip to content

Commit

Permalink
chore(webapp): small text adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Torresmorah committed Aug 25, 2023
1 parent ae48e6c commit e090581
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions webapp/src/language/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"bpjsonInconsistency": "The bp.json on chain and of chain does not match, review it and make the necessary changes"
},
"faucetRoute": {
"createAccount": "Create Faucet Account",
"createAccount": "Create a New Account",
"newCreatedAccount": "Your new account is",
"transferTokensTransaction": "Tokens transferred correctly. Check it on explorer here",
"createButton": "Create Account",
Expand All @@ -204,8 +204,8 @@
"accountName": "Account Name",
"invalidAccount": "Please enter a valid account name",
"emptyFields": "Fill out the fields to create an account",
"accountFormat": "Must be 12 or less characters and can contain from 'a' to 'z' in lowercase and numbers from 1 to 5",
"keyFormat": "Please enter a ECC valid key. Generate it with cleos or a compatible wallet"
"accountFormat": "Must be 12 characters or less and can contain from 'a' to 'z' in lowercase and numbers from 1 to 5",
"keyFormat": "Please enter a valid ECC key. Generate it with cleos or a compatible wallet"
},
"ricardianContractRoute": {
"title": "Block Producer Agreement"
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/language/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"bpjsonInconsistency": "El bp.json on chain y en of chain no coincide revisalo y realiza los cambios necesarios"
},
"faucetRoute": {
"createAccount": "Crear Cuenta Faucet",
"createAccount": "Crear una Nueva Cuenta",
"newCreatedAccount": "Su nueva cuenta es",
"transferTokensTransaction": "Tokens transferidos correctamente. Puede revisar la transacción aquí",
"createButton": "Crear Cuenta",
Expand Down

0 comments on commit e090581

Please sign in to comment.