Skip to content

Commit

Permalink
fix: rename 'overview' to 'explainer' in curriculum downloads (docx)
Browse files Browse the repository at this point in the history
  • Loading branch information
orangemug committed Nov 14, 2024
1 parent 01badce commit cda353f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default async function generate(
},
{
anchorId: "section_curriculum_overview",
text: `${data.subjectTitle} curriculum overview`,
text: `${data.subjectTitle} curriculum explainer`,
},
...yearOptions.map((year) => {
return {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ export default async function generate(
<w:color w:val="222222" />
<w:sz w:val="56" />
</w:rPr>
<w:t>${cdata(`${data.subjectTitle} curriculum overview`)}</w:t>
<w:t>${cdata(`${data.subjectTitle} curriculum explainer`)}</w:t>
</w:r>
`,
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ exports[`2_tableOfContents simple 1`] = `
w:val="28"
></w:sz>
</w:rPr>
<w:t><![CDATA[Physical education curriculum overview]]></w:t>
<w:t><![CDATA[Physical education curriculum explainer]]></w:t>
</w:r>
</w:hyperlink>
</w:p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ exports[`5_subjectExplainer cycle 2 features 1`] = `
w:val="56"
></w:sz>
</w:rPr>
<w:t><![CDATA[Science curriculum overview]]></w:t>
<w:t><![CDATA[Science curriculum explainer]]></w:t>
</w:r>
<w:bookmarkEnd
w:id="20002"
Expand Down

0 comments on commit cda353f

Please sign in to comment.