From bb49d8272f20b2156a25b7153afe689db1ebd593 Mon Sep 17 00:00:00 2001 From: eudiwtech Date: Tue, 14 Jan 2025 16:36:20 +0100 Subject: [PATCH] fix: fix resources.d.ts --- ts/i18n/types/resources.d.ts | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/ts/i18n/types/resources.d.ts b/ts/i18n/types/resources.d.ts index 0d0d2f5..456113e 100644 --- a/ts/i18n/types/resources.d.ts +++ b/ts/i18n/types/resources.d.ts @@ -11,15 +11,13 @@ interface Resources { }; "settings": { "title": "Settings"; - "listHeaders": { - "test": { - "title": "Test"; - "walletReset": "Reset wallet"; - "onboardingReset": "Reset onboarding"; - }; + "reset": { + "title": "Reset App"; + "walletReset": "Reset wallet"; + "onboardingReset": "Reset onboarding"; }; - debug: 'Enable debug mode'; - version: 'Version'; + "debug": "Enable debug mode"; + "version": "Version"; }; "buttons": { "next": "Next"; @@ -48,12 +46,12 @@ interface Resources { }; }; "clipboard": { - "copyFeedback": 'Copied to clipboard'; + "copyFeedback": "Copied to clipboard"; }; "identification": { "title": { - "validation": 'Authorise the operation.'; - "access": 'Hi!'; + "validation": "Authorise the operation."; + "access": "Hi!"; }; "forgot": { "title": "Did you forget the the unlock code?";