diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2024-09-01 11:07:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-01 11:07:07 +0100 |
| commit | 285023b7c6bac87e049df0d8040ecd8f4a16ae78 (patch) | |
| tree | a7c78f5cdbd60a06d856025be49a0e863c5fd5d1 | |
| parent | 5b394c233b49eac9323946b22b670b2393269c8b (diff) | |
| parent | d9d073354fa24bbb7fecba11625af612abf0122f (diff) | |
Merge pull request #102 from joeacarstairs/staging
Update from staging
| -rw-r--r-- | src/i18n/translations/pages/jyne.ts | 10 | ||||
| -rw-r--r-- | src/pages/[locale]/jyne/index.astro | 5 |
2 files changed, 13 insertions, 2 deletions
diff --git a/src/i18n/translations/pages/jyne.ts b/src/i18n/translations/pages/jyne.ts index bbcc67c..d25db56 100644 --- a/src/i18n/translations/pages/jyne.ts +++ b/src/i18n/translations/pages/jyne.ts @@ -148,10 +148,16 @@ const tPage = { }, 'hou-pey-by-bank-transfer-para': { sco: ({ emailAddress }: { emailAddress: string }) => ` - Send us an email at <a href="mailto:${emailAddress}">${emailAddress}</a> an we’ll send ye oor bank details. + To pay by bank transfer, please send £20 to the following bank details, + and include your name and the word 'STENT' in the reference. You may + need to shorten your name to fit in the reference. For example, 'J BLOGGS + STENT'. `, 'en-GB': ({ emailAddress }: { emailAddress: string }) => ` - Send us an email at <a href="mailto:${emailAddress}">${emailAddress}</a> and we’ll send you our bank details. + For tae pey by bank transfer, pleise send £20 til the follaein bank + details, and include your name and the wird 'STENT' in the reference. You + micht hae tae shorten your name for tae fit it intil the reference. For + ensaumple, 'J BLOGGS STENT'. `, }, 'hou-pey-by-cheque-title': { diff --git a/src/pages/[locale]/jyne/index.astro b/src/pages/[locale]/jyne/index.astro index 7a1b4f6..a586ee3 100644 --- a/src/pages/[locale]/jyne/index.astro +++ b/src/pages/[locale]/jyne/index.astro @@ -78,6 +78,11 @@ const t = translate(locale); emailAddress: contactDetails.membershipSecretary.emailAddress, })} /> + <p> + Scots Language Society<br> + 83-47-00<br> + 00153458 + </p> </details> </li> |
