Skip to content

Commit

Permalink
fix error message grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnWestlund committed Feb 18, 2023
1 parent 2c3fb22 commit db3e628
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 db3e628

Please sign in to comment.