Skip to content

Commit

Permalink
fix receive spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
rolorogan committed Oct 25, 2023
1 parent b9da100 commit 66e72e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Form/Step2SmsAlert/Step2SmsAlert.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Step2SmsAlert = () => {
<fieldset className="wmnds-fe-fieldset wmnds-col-1">
<legend className="wmnds-fe-fieldset__legend">
<h2 className="wmnds-fe-question">
Do you want to recieve text message alerts for disruptions?
Do you want to receive text message alerts for disruptions?
</h2>
<p>We’ll automatically send text message alerts straight to your mobile phone.</p>
<InsetText
Expand Down
2 changes: 1 addition & 1 deletion src/components/Form/StepQuietHours/StepQuietHours.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const StepQuietHours = () => {

// Check if it is an existing user already
const { ExistingUser } = useFormData();
const title = 'Choose when you recieve disruption alerts';
const title = 'Choose when you receive disruption alerts';
const text =
'You can set quiet hours and days so you only receive alerts when it’s best for you.';

Expand Down

0 comments on commit 66e72e2

Please sign in to comment.