diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2025-07-07 07:38:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-07 07:38:59 +0100 |
| commit | 1eabbe02249e22f667ce0c387ae164322d5ae9da (patch) | |
| tree | f713bb4011bff3f347a844087ec1e06108f52c02 /src/pages | |
| parent | 08ba4b3cd1c6ba8e44e7f36c050adac67dbe7601 (diff) | |
| parent | c9bd403bb5910829b0c4bdf42e8e08d115b76c77 (diff) | |
Merge pull request #126 from joeacarstairs/staging
submissions on haud
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/[locale]/submit.astro | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pages/[locale]/submit.astro b/src/pages/[locale]/submit.astro index f12de86..1a7d267 100644 --- a/src/pages/[locale]/submit.astro +++ b/src/pages/[locale]/submit.astro @@ -16,9 +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: 'submit-para-1' })} /> - <p set:html={t(tPage, { key: 'submit-para-2' })} /> - <p set:html={t(tPage, { key: 'submit-para-3' })} /> + <p set:html={t(tPage, { key: 'on-pause-para-1' })} /> </section> <section> <h2 set:html={t(tPage, { key: 'copyright-heading' })} /> |
