diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2025-03-13 21:11:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-13 21:11:18 +0000 |
| commit | 206e3938156216f0fb4fb993ae74c20ea78f8698 (patch) | |
| tree | b810445126e3f841b6302b8cd208dc0c9bafb7c2 | |
| parent | 1a5fe34edc968e7e55f94e852cc73eb996bcacfd (diff) | |
| parent | 2431da0dac8f7f4e24065315efcac3ef1543bd20 (diff) | |
Merge pull request #118 from joeacarstairs/staging
open submissions to 107
| -rw-r--r-- | src/i18n/translations/pages/submit.ts | 4 | ||||
| -rw-r--r-- | src/pages/[locale]/submit.astro | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/src/i18n/translations/pages/submit.ts b/src/i18n/translations/pages/submit.ts index 0f7cf0c..986ee1f 100644 --- a/src/i18n/translations/pages/submit.ts +++ b/src/i18n/translations/pages/submit.ts @@ -17,10 +17,10 @@ const tPage = { }, 'submit-para-1': { sco: () => ` - We ar acceptin submeissions til Lallans 105. + We ar acceptin submeissions til Lallans 107. `, 'en-GB': () => ` - We are accepting submissions to Lallans 105. + We are accepting submissions to Lallans 107. `, }, 'submit-para-2': { diff --git a/src/pages/[locale]/submit.astro b/src/pages/[locale]/submit.astro index 599b9b6..5415854 100644 --- a/src/pages/[locale]/submit.astro +++ b/src/pages/[locale]/submit.astro @@ -16,6 +16,8 @@ const t = translate(locale); <Page title={t(tPage, { key: 'title' })}> <section> <h2 set:html={t(tPage, { key: 'title' })} /> - <p set:html={t(tPage, { key: '105-submissions-full' })} /> + <p set:html={t(tPage, { key: 'submit-para-1' })} /> + <p set:html={t(tPage, { key: 'submit-para-2' })} /> + <p set:html={t(tPage, { key: 'submit-para-3' })} /> </section> </Page> |
