summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+joeacarstairs@users.noreply.github.com>2025-10-22 14:30:12 +0100
committerGitHub <noreply@github.com>2025-10-22 14:30:12 +0100
commitb274eda23ae1328c8baeddfa26c7dbe6c107061f (patch)
tree1e44fb20ce846487b07449a9f2f2b3ea760994b1 /src/pages
parentc351f0286b413f4960fc19fae94bb1af218a9638 (diff)
parent9368e73d5db81799831a70c76c37511076b5e23e (diff)
Merge pull request #128 from joeacarstairs/staging
changes
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/[locale]/submit.astro2
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' })} />