diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2025-10-22 14:30:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-22 14:30:12 +0100 |
| commit | b274eda23ae1328c8baeddfa26c7dbe6c107061f (patch) | |
| tree | 1e44fb20ce846487b07449a9f2f2b3ea760994b1 /src/pages | |
| parent | c351f0286b413f4960fc19fae94bb1af218a9638 (diff) | |
| parent | 9368e73d5db81799831a70c76c37511076b5e23e (diff) | |
Merge pull request #128 from joeacarstairs/staging
changes
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' })} /> |
