diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/i18n/translations/pages/submit.ts | 14 | ||||
| -rw-r--r-- | src/pages/[locale]/submit.astro | 2 |
2 files changed, 3 insertions, 13 deletions
diff --git a/src/i18n/translations/pages/submit.ts b/src/i18n/translations/pages/submit.ts index c220be7..2fac2a7 100644 --- a/src/i18n/translations/pages/submit.ts +++ b/src/i18n/translations/pages/submit.ts @@ -5,22 +5,12 @@ const tPage = { sco: () => 'Submit', 'en-GB': () => 'Submit', }, - 'on-pause-para-1': { - sco: () => ` - As o July 2025, submissions are on haud due tae staffin issues. We leuk - forrit tae acceptin your submissions til Lallans 107 in the near futur. - `, - 'en-GB': () => ` - As of July 2025, submissions are on hold due to staffing issues. We look - forward to accepting your submissions to Lallans 107 in the near future. - `, - }, 'submit-para-1': { sco: () => ` - We ar acceptin submeissions til Lallans 107. + We ar acceptin submeissions til Lallans 108. `, 'en-GB': () => ` - We are accepting submissions to Lallans 107. + We are accepting submissions to Lallans 108. `, }, 'submit-para-2': { diff --git a/src/pages/[locale]/submit.astro b/src/pages/[locale]/submit.astro index 1a7d267..d86e9ef 100644 --- a/src/pages/[locale]/submit.astro +++ b/src/pages/[locale]/submit.astro @@ -16,7 +16,7 @@ const t = translate(locale); <Page title={t(tPage, { key: 'title' })}> <section> <h2 set:html={t(tPage, { key: 'title' })} /> - <p set:html={t(tPage, { key: 'on-pause-para-1' })} /> + <p set:html={t(tPage, { key: 'submit-para-1' })} /> </section> <section> <h2 set:html={t(tPage, { key: 'copyright-heading' })} /> |
