Skip to content

Commit

Permalink
Fix apostrophe in interest form student message (#2667)
Browse files Browse the repository at this point in the history
[CORE-496]

Co-authored-by: Thomas Woodward <[email protected]>
  • Loading branch information
RoyEJohnson and TomWoodward authored Sep 10, 2024
1 parent f31ed63 commit f1212e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default {
'school-type.Home School': 'Home School',
'school-type.Other': 'Other',
'selector.select-one': 'Please select one',
'student-form:message': 'Students don&apos;t need to fill out any forms to use our books. Access them free now!',
'student-form:message': 'Students don\'t need to fill out any forms to use our books. Access them free now!',
'student-form:go-back': 'Go back',
'subject.categoryTitle': '{subjectName} Book Categories',
'subject.learnMoreTitle': 'Learn more',
Expand Down

0 comments on commit f1212e7

Please sign in to comment.