diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/[locale]/submit.astro | 4 |
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' })} /> |
