diff options
| author | Joe Carstairs <me@joeac.net> | 2024-10-13 17:33:23 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-10-13 17:37:01 +0100 |
| commit | e56bbfb51f04c351108c89078c627937ebca7bef (patch) | |
| tree | a20a08ef587edff15d59f126aaa87ebb4e0753ad /src/i18n/translations/pages/jyne.ts | |
| parent | ea64fd05f7f5ac4d053e6dc8dc544585981f19e9 (diff) | |
Refactors About and Contact pages
Diffstat (limited to 'src/i18n/translations/pages/jyne.ts')
| -rw-r--r-- | src/i18n/translations/pages/jyne.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i18n/translations/pages/jyne.ts b/src/i18n/translations/pages/jyne.ts index d25db56..2ec8811 100644 --- a/src/i18n/translations/pages/jyne.ts +++ b/src/i18n/translations/pages/jyne.ts @@ -147,13 +147,13 @@ const tPage = { 'en-GB': () => 'Bank transfer', }, 'hou-pey-by-bank-transfer-para': { - sco: ({ emailAddress }: { emailAddress: string }) => ` + sco: () => ` 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 }) => ` + 'en-GB': () => ` 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 |
