summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+joeacarstairs@users.noreply.github.com>2025-11-09 20:24:46 +0000
committerGitHub <noreply@github.com>2025-11-09 20:24:46 +0000
commit46a3a12a907d33771b9d3e89200cf045b4ae9f2e (patch)
tree8203df279ed39ed5c912aa4ecd62dc1bc77e1173 /src
parentb274eda23ae1328c8baeddfa26c7dbe6c107061f (diff)
parented522526eddb8b7a993ad642bb3819d8d759dd9d (diff)
Merge pull request #129 from joeacarstairs/staging
submit para 2
Diffstat (limited to 'src')
-rw-r--r--src/pages/[locale]/submit.astro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/[locale]/submit.astro b/src/pages/[locale]/submit.astro
index d86e9ef..df740dc 100644
--- a/src/pages/[locale]/submit.astro
+++ b/src/pages/[locale]/submit.astro
@@ -17,6 +17,7 @@ const t = translate(locale);
<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' })} />
</section>
<section>
<h2 set:html={t(tPage, { key: 'copyright-heading' })} />