diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/[locale]/sign-up/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/[locale]/sign-up/index.astro b/src/pages/[locale]/sign-up/index.astro index cef1fe0..4f56f3c 100644 --- a/src/pages/[locale]/sign-up/index.astro +++ b/src/pages/[locale]/sign-up/index.astro @@ -15,7 +15,7 @@ const t = translate(locale); <Page title={t(tPage, { key: 'title' })}> <section> - <h1>Sign up</h1> + <h1>{t(tPage, { key: 'title' })}</h1> <form id="sign-up-form"> <label for="email">{t(tPage, { key: 'label-email' })}</label> |
