From fe4c9492d28c8afcd2a999245865ce5f8a907203 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Mon, 14 Aug 2023 19:52:37 +0100 Subject: Better variable naming in i18n translations --- .../translations/pages/lallansIssuePaymentSuccessConfirmation.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/i18n/translations/pages/lallansIssuePaymentSuccessConfirmation.ts') diff --git a/src/i18n/translations/pages/lallansIssuePaymentSuccessConfirmation.ts b/src/i18n/translations/pages/lallansIssuePaymentSuccessConfirmation.ts index 9520366..84d533c 100644 --- a/src/i18n/translations/pages/lallansIssuePaymentSuccessConfirmation.ts +++ b/src/i18n/translations/pages/lallansIssuePaymentSuccessConfirmation.ts @@ -1,6 +1,6 @@ import type { TranslationsDictionary } from '$types/TranslationsDictionary'; -const lallansIssuePaymentSuccessConfirmation = { +const tPage = { title: { sco: () => 'Payment Success', 'en-GB': () => 'Payment Success', @@ -22,5 +22,5 @@ const lallansIssuePaymentSuccessConfirmation = { }, }; -type Raw = typeof lallansIssuePaymentSuccessConfirmation; -export default lallansIssuePaymentSuccessConfirmation as TranslationsDictionary; +type Raw = typeof tPage; +export default tPage as TranslationsDictionary; -- cgit v1.2.3