Skip to content

Commit

Permalink
UI: Update the registration page texts
Browse files Browse the repository at this point in the history
Issue: #1984
PR: #3466
  • Loading branch information
ordabach authored and shreyamalviya committed Jul 6, 2023
1 parent 8b27c47 commit fce5bef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class RegisterPageComponent extends React.Component {
<Row>
<Col lg={8} md={8} sm={8}>
<h1 className='reg-title'>First time?</h1>
<h3 className='reg-subtitle'>Let's secure your Monkey Island!</h3>
<h3 className='reg-subtitle'>Register a user</h3>
<div>
<Form className={'auth-form'} onSubmit={this.register} >
<Form.Control onChange={evt => this.updateUsername(evt)} type='text' placeholder='Username'/>
Expand Down

0 comments on commit fce5bef

Please sign in to comment.