diff options
| author | Joe Carstairs <me@joeac.net> | 2025-11-09 20:22:28 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-11-09 20:22:28 +0000 |
| commit | 9084683f3764d06914ea65c7dcc7e4ca74eefc62 (patch) | |
| tree | 8203df279ed39ed5c912aa4ecd62dc1bc77e1173 /src | |
| parent | ce583415436c43c73c839b2b94ef577d70f6ac23 (diff) | |
submit-para-2
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/[locale]/submit.astro | 1 |
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' })} /> |
