aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHsuan Lee <hsuan@cobinhood.com>2018-12-14 15:00:36 +0800
committerHsuan Lee <hsuan@cobinhood.com>2018-12-14 15:00:36 +0800
commit3d262ae6083e5d1c24cac0fc41e488fbf5a98a52 (patch)
tree480d2a7638cd9e90d895722574d4ba17b9adbe40
parent1c3df3db2e37b0928751fd41ec44a7abaf8f9686 (diff)
downloaddexon-wallet-3d262ae6083e5d1c24cac0fc41e488fbf5a98a52.tar.gz
dexon-wallet-3d262ae6083e5d1c24cac0fc41e488fbf5a98a52.tar.zst
dexon-wallet-3d262ae6083e5d1c24cac0fc41e488fbf5a98a52.zip
Fix wording
-rw-r--r--app/_locales/en/messages.json14
-rw-r--r--app/scripts/background.js2
-rw-r--r--mascara/src/app/first-time/seed-screen.js2
3 files changed, 9 insertions, 9 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json
index ac95c7db..b84b0ef2 100644
--- a/app/_locales/en/messages.json
+++ b/app/_locales/en/messages.json
@@ -1394,19 +1394,19 @@
"message": "Increasing fee may decrease processing times, but it is not guaranteed."
},
"depositEth": {
- "message": "Deposit Eth"
+ "message": "Deposit DXN"
},
"depositEther": {
- "message": "Deposit Ether"
+ "message": "Deposit DXN"
},
"directDepositEther": {
- "message": "Directly Deposit Ether"
+ "message": "Directly Deposit DXN"
},
"directDepositEtherExplainer": {
- "message": "If you already have some Ether, the quickest way to get Ether in your new wallet by direct deposit."
+ "message": "If you already have some DXN, the quickest way to get DXN in your new wallet by direct deposit."
},
"eth": {
- "message": "ETH"
+ "message": "DXN"
},
"etherscanView": {
"message": "View account on DEXSCAN"
@@ -1428,10 +1428,10 @@
},
"getEtherFromFaucet": {
"message": "Get Ether from a faucet for the $1",
- "description": "Displays network name for Ether faucet"
+ "description": "Displays network name for DXN faucet"
},
"holdEther": {
- "message": "It allows you to hold ether & tokens, and serves as your bridge to decentralized applications."
+ "message": "It allows you to hold DXN & tokens, and serves as your bridge to decentralized applications."
},
"metamaskDescription": {
"message": "DekuSan is a secure identity vault for DEXON."
diff --git a/app/scripts/background.js b/app/scripts/background.js
index 067b00fc..47826b81 100644
--- a/app/scripts/background.js
+++ b/app/scripts/background.js
@@ -140,7 +140,7 @@ setupMetamaskMeshMetrics()
* @property {string} currentAccountTab - A view identifying string for displaying the current displayed view, allows user to have a preferred tab in the old UI (between tokens and history).
* @property {string} selectedAddress - A lower case hex string of the currently selected address.
* @property {string} currentCurrency - A string identifying the user's preferred display currency, for use in showing conversion rates.
- * @property {number} conversionRate - A number representing the current exchange rate from the user's preferred currency to Ether.
+ * @property {number} conversionRate - A number representing the current exchange rate from the user's preferred currency to DXN.
* @property {number} conversionDate - A unix epoch date (ms) for the time the current conversion rate was last retrieved.
* @property {Object} infuraNetworkStatus - An object of infura network status checks.
* @property {Block[]} recentBlocks - An array of recent blocks, used to calculate an effective but cheap gas price.
diff --git a/mascara/src/app/first-time/seed-screen.js b/mascara/src/app/first-time/seed-screen.js
index a4cabae9..4faa07a3 100644
--- a/mascara/src/app/first-time/seed-screen.js
+++ b/mascara/src/app/first-time/seed-screen.js
@@ -110,7 +110,7 @@ class BackupPhraseScreen extends Component {
Your secret backup phrase makes it easy to back up and restore your account.
</div>
<div className="backup-phrase__body-text">
- WARNING: Never disclose your backup phrase. Anyone with this phrase can take your Ether forever.
+ WARNING: Never disclose your backup phrase. Anyone with this phrase can take your DXN forever.
</div>
{this.renderSecretWordsContainer()}
</div>