From ee11fa260f66f3afbbc4a5ecbedc42eb0f19fe5a Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Wed, 27 Dec 2023 12:37:37 +0000 Subject: Localises h1 in sign up page --- src/pages/[locale]/sign-up/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);
-

Sign up

+

{t(tPage, { key: 'title' })}

-- cgit v1.2.3