diff options
| author | Joe Carstairs <me@joeac.net> | 2024-09-01 11:04:42 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-09-01 11:04:42 +0100 |
| commit | 3ad0ddf75b4d707c0904313e481b8348c84ebd1b (patch) | |
| tree | a7c78f5cdbd60a06d856025be49a0e863c5fd5d1 /src | |
| parent | f41159519dd1f7f523f4c9c44ae17eb5deaf6bba (diff) | |
Puts bank details online
Diffstat (limited to 'src')
| -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> |
