diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/[locale]/furthsettins/scotsoun/index.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/[locale]/furthsettins/scotsoun/index.astro b/src/pages/[locale]/furthsettins/scotsoun/index.astro index bace876..26f1f13 100644 --- a/src/pages/[locale]/furthsettins/scotsoun/index.astro +++ b/src/pages/[locale]/furthsettins/scotsoun/index.astro @@ -17,6 +17,7 @@ const t = translate(locale); <Page title={t(tPage, { key: 'title' })}> <section> <h1>Scotsoun</h1> + <p>{t(tPage, { key: 'about-scotsoun' })}</p> <ScotsounCdGallery /> </section> </Page> |
