Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions src/scenes/home/informationForm/informationForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ class SignupInformation extends Component {
employment_status: this.state.workInfo,
company_name: this.state.company,
company_role: this.state.role,
military_status: this.state.militaryStatus,
// Convert string to boolean for DB
volunteer: this.state.identifier === 'true',
branch_of_service: this.state.branch,
Expand Down Expand Up @@ -182,10 +183,10 @@ class SignupInformation extends Component {
return (
<Section title="More Info">
<p>
At Op-Code, we are dedicated to helping our community thrive. In order to do so, we need
to collect some information to better serve you. Please take a minute to complete these
steps and help us on our mission to code the future. We will never sell or distribute your
information.
At Operation Code, we are dedicated to helping our community thrive. In order to do so, we
need to collect some information to better serve you. Please take a minute to complete
these steps, and help us on our mission to code the future! We will never sell or
distribute your information.
</p>
{showStep}
<div className={styles.buttonContainer}>
Expand Down