diff options
Diffstat (limited to 'src/pages')
| -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' })} /> |
