Skip to content

Commit

Permalink
Merge pull request #332 from JohnWestlund/bls-to-execution-change
Browse files Browse the repository at this point in the history
fix error message grammar
  • Loading branch information
hwwhww authored Mar 10, 2023
2 parents 2c3fb22 + db3e628 commit 2cd1d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staking_deposit/intl/en/utils/validation.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"err_not_bls_form": "The given withdrawal credentials is not in BLS_WITHDRAWAL_PREFIX form."
},
"validate_bls_withdrawal_credentials_matching": {
"err_not_matching": "The given withdrawal credentials is matching the old BLS withdrawal credentials that mnemonic generated."
"err_not_matching": "The given withdrawal credentials does not match the old BLS withdrawal credentials that mnemonic generated."
},
"verify_bls_to_execution_change_json": {
"msg_bls_to_execution_change_verification": "Verifying your BLSToExecutionChange file:\t"
Expand Down

0 comments on commit 2cd1d99

Please sign in to comment.