Skip to content

Commit

Permalink
fix: fix resources.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
eudiwtech committed Jan 14, 2025
1 parent ad6fc38 commit bb49d82
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions ts/i18n/types/resources.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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?";
Expand Down

0 comments on commit bb49d82

Please sign in to comment.