Skip to content

Commit d8a76b8

Browse files
author
Yan Xu
committed
Update form title
1 parent 9ae1451 commit d8a76b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/client/src/edge/um/user/forms/RegisterForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const RegisterForm = (props) => {
7171

7272
return (
7373
<Form onSubmit={handleSubmit(props.onSubmit)}>
74-
<h1>Register</h1>
74+
<h1>Sign Up</h1>
7575
<p className="text-muted">Create your account</p>
7676
<InputGroup className="mb-3">
7777
<InputGroupText className="text-muted"> First Name </InputGroupText>

0 commit comments

Comments
 (0)