summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+joeacarstairs@users.noreply.github.com>2024-03-19 18:26:19 +0000
committerGitHub <noreply@github.com>2024-03-19 18:26:19 +0000
commitb64cd687dcca50e25470a6b4f50dbb5f97320c33 (patch)
treef13428fec147e4d5bc1dccee220417213c7cf410
parentbbd02cfde13f4961709d67f73db893604d6416c0 (diff)
parent1a690b2154f2abe33e096a7da1ea0b34beb57a41 (diff)
Merge pull request #89 from joeacarstairs/submissions-for-lallans-105
Updates homepage: submissions for Lallans 105
-rw-r--r--src/i18n/translations/pages/home.ts8
-rw-r--r--src/pages/[locale]/index.astro1
2 files changed, 4 insertions, 5 deletions
diff --git a/src/i18n/translations/pages/home.ts b/src/i18n/translations/pages/home.ts
index a3bafe9..7e1a3bd 100644
--- a/src/i18n/translations/pages/home.ts
+++ b/src/i18n/translations/pages/home.ts
@@ -6,15 +6,15 @@ const tPage = {
'en-GB': () => 'Home',
},
submit: {
- sco: () => 'Lallans 104 apen for sub\u00admeissions',
- 'en-GB': () => 'Lallans 104 open for sub\u00admissions',
+ sco: () => 'Lallans 105 apen for sub\u00admeissions',
+ 'en-GB': () => 'Lallans 105 open for sub\u00admissions',
},
'submit-para-1': {
sco: () => `
- We ar acceptin submeissions til Lallans 104.
+ We ar acceptin submeissions til Lallans 105.
`,
'en-GB': () => `
- We are accepting submissions to Lallans 104.
+ We are accepting submissions to Lallans 105.
`,
},
'submit-para-2': {
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro
index 4f00eff..d930c20 100644
--- a/src/pages/[locale]/index.astro
+++ b/src/pages/[locale]/index.astro
@@ -25,7 +25,6 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale);
<p set:html={t(tPage, { key: 'submit-para-1' })} />
<p set:html={t(tPage, { key: 'submit-para-2' })} />
<p set:html={t(tPage, { key: 'submit-para-3' })} />
- <p><small set:html={t(tPage, { key: 'sangschaw-closed' })} /></p>
</section>
<section>
<h2 class="grid-span-6" set:html={t(tPage, { key: 'news' })} />