diff options
| author | Joe Carstairs <me@joeac.net> | 2025-10-10 07:52:17 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-10-10 07:52:17 +0100 |
| commit | a3bb18153a33a4053128b767323ed28c48a0d375 (patch) | |
| tree | 9bc7be390f79ef3b7ef53309eb897f9f397805f9 /src/pages | |
| parent | 49a01e3cbcc381a5f082bce49dec19178d50bf94 (diff) | |
open submissions to 108
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/[locale]/submit.astro | 2 |
1 files changed, 1 insertions, 1 deletions
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' })} /> |
