summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-12-27 12:37:37 +0000
committerJoe Carstairs <jcarstairs@scottlogic.com>2024-01-29 10:51:49 +0000
commitee11fa260f66f3afbbc4a5ecbedc42eb0f19fe5a (patch)
tree74cb7f3df6485c193b0eb7858b959a9dd745d9f7
parent093622681c30e022a14543a73626b8ba9dd6e7dd (diff)
Localises h1 in sign up page
-rw-r--r--src/pages/[locale]/sign-up/index.astro2
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>