summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+joeacarstairs@users.noreply.github.com>2025-07-07 07:38:59 +0100
committerGitHub <noreply@github.com>2025-07-07 07:38:59 +0100
commit1eabbe02249e22f667ce0c387ae164322d5ae9da (patch)
treef713bb4011bff3f347a844087ec1e06108f52c02 /src/pages
parent08ba4b3cd1c6ba8e44e7f36c050adac67dbe7601 (diff)
parentc9bd403bb5910829b0c4bdf42e8e08d115b76c77 (diff)
Merge pull request #126 from joeacarstairs/staging
submissions on haud
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/[locale]/submit.astro4
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' })} />