aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/accounts/new-account/create-form.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/accounts/new-account/create-form.js')
-rw-r--r--ui/app/accounts/new-account/create-form.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/accounts/new-account/create-form.js b/ui/app/accounts/new-account/create-form.js
index 38cffec64..6eed0215c 100644
--- a/ui/app/accounts/new-account/create-form.js
+++ b/ui/app/accounts/new-account/create-form.js
@@ -62,6 +62,7 @@ NewAccountCreateForm.propTypes = {
createAccount: PropTypes.func,
goHome: PropTypes.func,
numberOfExistingAccounts: PropTypes.number,
+ localeMessages: PropTypes.object,
}
const mapStateToProps = state => {