Skip to content

Commit

Permalink
Merge pull request #298 from Bit-Nation/fix/Language_editions_274
Browse files Browse the repository at this point in the history
Fix/language editions 274
  • Loading branch information
seland committed Mar 15, 2018
2 parents 907158a + 0d5ec8a commit 856344d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions src/global/translations/en.json
Expand Up @@ -311,12 +311,12 @@
"restoreWallet": "Restore Wallet",
"createWalletPanel": {
"title": "$t(screens.wallet.empty.createWallet)",
"text": "You need an Ethereum wallet to pay for payments, creating nations, and other useful services.",
"text": "You need an Ethereum wallet to make payments, to create nations, and to use other useful services.",
"button": "$t(screens.wallet.empty.createWallet)"
},
"restoreWalletPanel": {
"title": "$t(screens.wallet.empty.restoreWallet)",
"text": "You can restore your wallet if lost or changed your phone. You will need your private key to restore your wallet.",
"text": "You can restore your wallet if you lose or change your phone. You will need your private key to restore your wallet.",
"button": "$t(screens.wallet.empty.restoreWallet)"
}
}
Expand All @@ -326,8 +326,8 @@
"tabTitle": "$t(tabbar.profile)",
"empty": {
"createProfilePanel": {
"title": "Become a world citizen.",
"text": "Bitnation is a decentralized, open-source movement, powered by the Bitcoin blockchain 2.0 technology, in an attempt to foster a peer-to-peer voluntary governance system, rather than the current ‘top-down’, ‘one-size-fits-all’ model, restrained by the current nation-state-engineered geographical apartheid, where your quality of life is defined by where you were arbitrarily born.",
"title": "Become a World Citizen",
"text": "Bitnation is a decentralized, open-source movement powered by blockchain technology. Bitnation offers a peer-to-peer voluntary governance system to compete with the prevailing top-down, one-size-fits-all, geographical apartheid Nation State model wherein your quality of life is arbitrarily defined by where you were born.",
"button": "Create a User Profile"
}
},
Expand All @@ -350,9 +350,9 @@
"createKey": {
"title": "Create Wallet",
"introduction": [
"To secure your wallet, you first need a \"private key\".",
"To secure your wallet, you first need a \"private key.\"",
"You must write down your private key on paper. This process only takes a few minutes.",
"If change your phone, the only way to recover your wallet is by entering your private key!",
"If you change your phone, the only way to recover your wallet is by entering your private key!",
"Your private key protects everything in Bitnation, so save your written private key in a safe place."
],
"instructions": {
Expand Down Expand Up @@ -389,7 +389,7 @@
},
"success": {
"instructions": [
"Congratulations, you correctly entered your private key.",
"Congratulations! You correctly entered your private key.",
"Now, put your paper with your private key in a safe place."
],
"doneButton": "$t(common.done)"
Expand Down
2 changes: 1 addition & 1 deletion src/screens/WalletScreen/SendMoney/index.js
Expand Up @@ -143,7 +143,7 @@ class SendMoney extends NavigatorComponent {
<View style={styles.textInputContainer}>
<TextInput
style={[styles.textInputInContainer, styles.currencyLarge]}
placeholder='1.02'
placeholder='0.00000'
placeholderTextColor={Colors.placeholderTextColor}
keyboardType='numeric'
onChangeText={amountString => this.setState({ amountString })}
Expand Down

0 comments on commit 856344d

Please sign in to comment.