From cff32e5948524071cd9277a14105346dd61e6f0e Mon Sep 17 00:00:00 2001 From: Raheel1258 Date: Mon, 3 Feb 2025 12:21:40 +0500 Subject: [PATCH 1/2] Update text --- src/context/Localization/language/en.json | 2 ++ src/context/Localization/language/es.json | 2 ++ src/screens/Home/components/Wallet/HomeWallet.tsx | 4 ++-- .../NewKeeperAppScreen/NewKeeperAppScreen.tsx | 15 ++------------- 4 files changed, 8 insertions(+), 15 deletions(-) diff --git a/src/context/Localization/language/en.json b/src/context/Localization/language/en.json index 3e8083992..ea3711f63 100644 --- a/src/context/Localization/language/en.json +++ b/src/context/Localization/language/en.json @@ -183,6 +183,8 @@ "confirmNewPasscode": "Confirm the new passcode", "MismatchPasscode": "Passcodes do not match", "enter_your": "Enter your ", + "NewSatrtWalet": "A new hot wallet will be created automatically for you. You can create and manage different kinds of wallets from the wallets section of the app.", + "RecoverExistingAppDesc": "Have an inaccessible Keeper app with wallets in it? You have nothing to worry if you have that app's 12-word Recovery Key. Insert the words in the Recovery section on the welcome screen all all your wallets would be restored as expected.", "ForgotPasscode": "Forgot Passcode?", "forgotPasscodeDesc": "Type in the words exactly like they were displayed", "StoreBicoin": "You can use these wallets to store small amounts of bitcoin for day to day transactions.", diff --git a/src/context/Localization/language/es.json b/src/context/Localization/language/es.json index 209d511ab..8367fed89 100644 --- a/src/context/Localization/language/es.json +++ b/src/context/Localization/language/es.json @@ -193,6 +193,8 @@ "Createpasscode": "Create a passcode", "Confirmyourpasscode": "Confirm your passcode", "CreateApp": "Create a fresh app or recover an exisiting one", + "RecoverExistingAppDesc": "Have an inaccessible Keeper app with wallets in it? You have nothing to worry if you have that app's 12-word Recovery Key. Insert the words in the Recovery section on the welcome screen all all your wallets would be restored as expected.", + "NewSatrtWalet": "A new hot wallet will be created automatically for you. You can create and manage different kinds of wallets from the wallets section of the app.", "CreateSingleKeyWallet": "Create new single-key wallets:", "StoreBicoin": "You can use these wallets to store small amounts of bitcoin for day to day transactions.", "CreateMultiKeyWallet": "Create new multi-key wallets:", diff --git a/src/screens/Home/components/Wallet/HomeWallet.tsx b/src/screens/Home/components/Wallet/HomeWallet.tsx index 25041df37..c79a2bea3 100644 --- a/src/screens/Home/components/Wallet/HomeWallet.tsx +++ b/src/screens/Home/components/Wallet/HomeWallet.tsx @@ -64,7 +64,7 @@ const HomeWallet = () => { const CREATE_WALLET_OPTIONS = [ { title: 'Create Wallet', - subtitle: 'Create a new Bitcoin wallet', + subtitle: 'Create a new bitcoin wallet', icon: , onPress: () => { setShowAddWalletModal(false); @@ -194,7 +194,7 @@ const OptionItem = ({ option, colorMode }) => { > {option.title} - + {option.subtitle} diff --git a/src/screens/NewKeeperAppScreen/NewKeeperAppScreen.tsx b/src/screens/NewKeeperAppScreen/NewKeeperAppScreen.tsx index d32f3631c..bc383182f 100644 --- a/src/screens/NewKeeperAppScreen/NewKeeperAppScreen.tsx +++ b/src/screens/NewKeeperAppScreen/NewKeeperAppScreen.tsx @@ -78,19 +78,8 @@ function StartNewModalContent() { - - {login.CreateSingleKeyWallet}{' '} - - - {login.StoreBicoin} - - - - - {login.CreateMultiKeyWallet}{' '} - - {login.CreateMultiKeyWalletDesc} + {login.NewSatrtWalet} @@ -98,7 +87,7 @@ function StartNewModalContent() { {login.RecoverApp}{' '} - {login.RecoverAppDesc} + {login.RecoverExistingAppDesc} From 29e303abdcc4b3441a2a5cbc8ac1b4498dc11d66 Mon Sep 17 00:00:00 2001 From: benk10 Date: Mon, 3 Feb 2025 12:05:37 -0500 Subject: [PATCH 2/2] Fix text --- src/context/Localization/language/en.json | 2 +- src/context/Localization/language/es.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/context/Localization/language/en.json b/src/context/Localization/language/en.json index ea3711f63..64b83eac9 100644 --- a/src/context/Localization/language/en.json +++ b/src/context/Localization/language/en.json @@ -184,7 +184,7 @@ "MismatchPasscode": "Passcodes do not match", "enter_your": "Enter your ", "NewSatrtWalet": "A new hot wallet will be created automatically for you. You can create and manage different kinds of wallets from the wallets section of the app.", - "RecoverExistingAppDesc": "Have an inaccessible Keeper app with wallets in it? You have nothing to worry if you have that app's 12-word Recovery Key. Insert the words in the Recovery section on the welcome screen all all your wallets would be restored as expected.", + "RecoverExistingAppDesc": "Have an inaccessible Keeper app with wallets in it? You have nothing to worry if you have that app's 12-word Recovery Key. Insert the words in the Recovery section on the welcome screen and all your wallets will be restored as expected.", "ForgotPasscode": "Forgot Passcode?", "forgotPasscodeDesc": "Type in the words exactly like they were displayed", "StoreBicoin": "You can use these wallets to store small amounts of bitcoin for day to day transactions.", diff --git a/src/context/Localization/language/es.json b/src/context/Localization/language/es.json index 8367fed89..0792767ff 100644 --- a/src/context/Localization/language/es.json +++ b/src/context/Localization/language/es.json @@ -193,7 +193,7 @@ "Createpasscode": "Create a passcode", "Confirmyourpasscode": "Confirm your passcode", "CreateApp": "Create a fresh app or recover an exisiting one", - "RecoverExistingAppDesc": "Have an inaccessible Keeper app with wallets in it? You have nothing to worry if you have that app's 12-word Recovery Key. Insert the words in the Recovery section on the welcome screen all all your wallets would be restored as expected.", + "RecoverExistingAppDesc": "Have an inaccessible Keeper app with wallets in it? You have nothing to worry if you have that app's 12-word Recovery Key. Insert the words in the Recovery section on the welcome screen and all your wallets will be restored as expected.", "NewSatrtWalet": "A new hot wallet will be created automatically for you. You can create and manage different kinds of wallets from the wallets section of the app.", "CreateSingleKeyWallet": "Create new single-key wallets:", "StoreBicoin": "You can use these wallets to store small amounts of bitcoin for day to day transactions.",