summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-09-20 21:04:39 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-09-20 21:04:39 +0100
commitc24f646daf9a503531baea046a962f2fd0478a8e (patch)
tree5f954808230ff47a555e856ecf7d026c757161a2 /src/pages
parent7e17cd3171e46d0e422db1ef63923f2ddf4aa767 (diff)
Adds a description to Scotsoun
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/[locale]/furthsettins/scotsoun/index.astro1
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>