We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae1451 commit d8a76b8Copy full SHA for d8a76b8
webapp/client/src/edge/um/user/forms/RegisterForm.js
@@ -71,7 +71,7 @@ const RegisterForm = (props) => {
71
72
return (
73
<Form onSubmit={handleSubmit(props.onSubmit)}>
74
- <h1>Register</h1>
+ <h1>Sign Up</h1>
75
<p className="text-muted">Create your account</p>
76
<InputGroup className="mb-3">
77
<InputGroupText className="text-muted"> First Name </InputGroupText>
0 commit comments