Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Commit

Permalink
Correct some strings
Browse files Browse the repository at this point in the history
  • Loading branch information
qtbeee committed Sep 18, 2019
1 parent aa2ca06 commit 2ad0efb
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/components/AccountTileButtons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
$t('accountTileButtons.keystoreFilePrivateKeyMnemonicPhrase')
"
:image="softwareImage"
:note="$t('accountTileButtons.notRecomended')"
:note="$t('accountTileButtons.notRecommended')"
@click="$emit('click', 'software')"
/>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/FAQs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
</Accordion>
<Accordion>
<template v-slot:title>
{{ $t("faqs.howCanISendATransactionQuestion") }}
{{ $t("faqs.howMuchDoesItCostQuestion") }}
</template>
<template v-slot:content>
{{ $t("faqs.howCanISendATransactionAnswer") }}
{{ $t("faqs.howMuchDoesItCostAnswer") }}
</template>
</Accordion>
<Accordion>
Expand Down
2 changes: 1 addition & 1 deletion src/components/ModalAccessBySoftware.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div class="hardware-link">
{{
$t(
"modalAccessBySoftware.purchaseAHardwareWalletForTheHightestSecurity"
"modalAccessBySoftware.purchaseAHardwareWalletForTheHighestSecurity"
)
}}
<router-link
Expand Down
2 changes: 1 addition & 1 deletion src/components/ModalCustomerService.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
v-model="state.device"
class="issue-item"
:placeholder="
$t('modalCustomerService.deviceOrwalletIfAny')
$t('modalCustomerService.deviceOrWalletIfAny')
"
/>
<TextInput
Expand Down
2 changes: 1 addition & 1 deletion src/components/ModalSendTransferSuccess.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{{ $t("common.success") }}
</div>
<div class="description">
<i18n path="modalSendTransferSuccess.transfered">
<i18n path="modalSendTransferSuccess.transferred">
<strong>{{ amount }}</strong>
<strong>{{ toAccount }}</strong>
</i18n>
Expand Down
16 changes: 8 additions & 8 deletions src/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"accountCard.publicKey": "Public Key",
"accountTileButtons.hardware": "Hardware",
"accountTileButtons.keystoreFilePrivateKeyMnemonicPhrase": "Keystore file, Private key, Mnemonic phrase",
"accountTileButtons.notRecomended": "Not Recommended",
"accountTileButtons.notRecommended": "Not Recommended",
"accountTileButtons.software": "Software",
"accountTileButtons.support": "(support for more wallets in development)",
"accountTileButtons.supportForHardwareWallets": "Support for hardware wallets in development",
Expand All @@ -33,7 +33,7 @@
"common.error.invalidPrivateKey": "invalid private key: {0}",
"common.error.invalidSignature": "This account is not associated with your private key.",
"common.error.noConnection": "Could not reach the network. Check your connection and try again",
"common.error.payerAccountNotFound": "This account does not exist in the network",
"common.error.payerAccountNotFound": "This account does not exist in the network.",
"common.estimatedFee": "Estimated Fee",
"common.faqs": "FAQs",
"common.goBack": "Go Back",
Expand Down Expand Up @@ -68,9 +68,9 @@
"faqs.answersToMostFAQs": "Answers to most frequently asked questions.",
"faqs.canMHWWorkWithOtherWalletsAnswer": "MHW supports many different wallet types with plans to include support for hardware wallets in the near future. We are also open for anyone to use their H wallets with the appropriate information.",
"faqs.canMHWWorkWithOtherWalletsQuestion": "Can MHW work with other wallets?",
"faqs.howCanISendATransactionAnswer": "MHW does not charge any fees for interacting with the Hedera™ API. Hedera™ Hashgraph requires a transaction fee when interacting with the Hedera™ API. That fee paid in Hbar.",
"faqs.howCanISendATransactionQuestion": "How can I send a transaction?",
"faqs.howDoICreateANewAccountAnswer": "MyHederaWallet (MHW) offers three ways to create a new H wallet. These are via Keystore file, Passphrase, or Private Key. Pair the keys with an account ID to start transacting hbar.",
"faqs.howMuchDoesItCostAnswer": "MHW does not charge any fees for interacting with the Hedera™ API. Hedera™ Hashgraph requires a transaction fee when interacting with the Hedera™ API. That fee paid in Hbar.",
"faqs.howMuchDoesItCostQuestion": "How much does it cost to use MHW?",
"faqs.howDoICreateANewAccountAnswer": "MyHbarWallet (MHW) offers three ways to create a new H wallet. These are via Keystore file, Passphrase, or Private Key. Pair the keys with an account ID to start transacting hbar.",
"faqs.howDoICreateANewAccountQuestion": "How do I create a new account?",
"faqs.iForgotMyPassphrase/PrivateKeyWhatCanIDoAnswer": "MHW does not offer support for recovery or reset of passwords / private keys. We always suggest writing down private keys and passwords on physical media for safekeeping. Maybe you saved it on your computer!",
"faqs.iForgotMyPassphrase/PrivateKeyWhatCanIDoQuestion": "I forgot my passphrase / private key! What can I do?",
Expand Down Expand Up @@ -134,7 +134,7 @@
"modalAccessByPrivateKey.enterPrivateKey": "Enter Private Key",
"modalAccessByPrivateKey.title": "Access by Private Key",
"modalAccessBySoftware.purchaseAHardwareWallet": "Purchase a hardware wallet....",
"modalAccessBySoftware.purchaseAHardwareWalletForTheHightestSecurity": "Purchase a hardware wallet for the highest security when accessing your crypto.",
"modalAccessBySoftware.purchaseAHardwareWalletForTheHighestSecurity": "Purchase a hardware wallet for the highest security when accessing your crypto.",
"modalAccessBySoftware.title": "Access by Software",
"modalConfirmSignMessage.confirmSigning": "Confirm Signing",
"modalConfirmSignMessage.messageInHex": "Message in hex",
Expand Down Expand Up @@ -164,7 +164,7 @@
"modalCustomerService.accountIdIfAny": "Account ID (if any)",
"modalCustomerService.browser": "Browser",
"modalCustomerService.describeTheIssue": "Describe the issue",
"modalCustomerService.deviceOrwalletIfAny": "Device/Wallet type (if any)",
"modalCustomerService.deviceOrWalletIfAny": "Device/Wallet type (if any)",
"modalCustomerService.operatingSystem": "Operating System",
"modalCustomerService.title": "Issue Information",
"modalCustomerService.url": "URL",
Expand Down Expand Up @@ -203,7 +203,7 @@
"modalRequestToCreateAccount.provideYourPublicKey": "Provide your public key (this QR code or the copied text) to an existing account owner on the Hedera™ network.",
"modalRequestToCreateAccount.theyMustCreateAndFundYourAccount": "They must create and fund your account, then provide you with your new account ID.",
"modalRequestToCreateAccount.title": "Request to Create Account",
"modalSendTransferSuccess.transfered": "Transferred {0} ℏ to account {1}.",
"modalSendTransferSuccess.transferred": "Transferred {0} ℏ to account {1}.",
"modalVerifyPhrase.pleaseEnterAndFillOut": "Please enter and fill out the empty boxes below to verify your mnemonic phrase key.",
"modalVerifyPhrase.title": "Verification",
"modalVerifyPhrase.verify": "Verify",
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/components/FAQs.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ describe("FAQs.vue", (): void => {
</div>
<div class="content">
<div class="content-text">
MyHederaWallet (MHW) offers three ways to create a new H wallet. These are via Keystore file, Passphrase, or Private Key. Pair the keys with an account ID to start transacting hbar.
MyHbarWallet (MHW) offers three ways to create a new H wallet. These are via Keystore file, Passphrase, or Private Key. Pair the keys with an account ID to start transacting hbar.
</div>
</div>
</div>
Expand All @@ -115,7 +115,7 @@ describe("FAQs.vue", (): void => {
<div class="accordion">
<div class="title">
<div class="title-text">
How can I send a transaction?
How much does it cost to use MHW?
</div> <svg width="24" height="24" viewBox="0 0 24 24" class="icon">
<path d="M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z"></path>
</svg>
Expand Down

0 comments on commit 2ad0efb

Please sign in to comment.