From 3ad0ddf75b4d707c0904313e481b8348c84ebd1b Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sun, 1 Sep 2024 11:04:42 +0100 Subject: Puts bank details online --- src/i18n/translations/pages/jyne.ts | 10 ++++++++-- src/pages/[locale]/jyne/index.astro | 5 +++++ 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'src') 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 ${emailAddress} 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 ${emailAddress} 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, })} /> +

+ Scots Language Society
+ 83-47-00
+ 00153458 +

-- cgit v1.2.3