diff --git a/web/src/pages/TemplatesPage/TemplatesPage.tsx b/web/src/pages/TemplatesPage/TemplatesPage.tsx index a2d889bc5..72cb49254 100644 --- a/web/src/pages/TemplatesPage/TemplatesPage.tsx +++ b/web/src/pages/TemplatesPage/TemplatesPage.tsx @@ -359,19 +359,19 @@ export function TemplatesPage() { )} - {officialStarters.length > 0 && ( + {defaultStarters.length > 0 && (

- Official 2anki templates + Starter note types

- {officialStarters.map((starter) => ( + {defaultStarters.map((starter) => (
)} - {defaultStarters.length > 0 && ( + {officialStarters.length > 0 && (

- Starter note types + Official 2anki templates

- {defaultStarters.map((starter) => ( + {officialStarters.map((starter) => (
${body}
`; }