diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-22 09:32:20 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-22 09:32:20 +0100 |
| commit | e100b5521af4f988ab54abca1129500a8ceca337 (patch) | |
| tree | a647e812dc7fa30f73507b8240b9b1027da6974a | |
| parent | 33ba2b1f1d5324e886af7cdc0c2bc006ddb6aa87 (diff) | |
Translates Furthsettins h1 on furthsettins page
| -rw-r--r-- | src/pages/[locale]/furthsettins/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/[locale]/furthsettins/index.astro b/src/pages/[locale]/furthsettins/index.astro index 3c23ac4..97f530a 100644 --- a/src/pages/[locale]/furthsettins/index.astro +++ b/src/pages/[locale]/furthsettins/index.astro @@ -17,7 +17,7 @@ const t = translate(locale); <Page title={t(tFurthsettins, { key: 'title' })}> <section> - <h1>Furthsettins</h1> + <h1>{t(tFurthsettins, { key: 'title' })}</h1> <ul class="link-gallery link-gallery--furthsettins"> <li> |
