Skip to content

Commit

Permalink
Merge pull request #2210 from numbersprotocol/fix-text-from-integrity…
Browse files Browse the repository at this point in the history
…-key-to-integrity-wallet

fix(wallets.page): text from itegrity key to integrity wallet
  • Loading branch information
bafu authored Oct 25, 2022
2 parents 8470d65 + 63223ff commit 992e95f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/features/wallets/wallets.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h3 class="num-text">NUM</h3>
<mat-list-item>
<mat-icon mat-list-icon>vpn_key</mat-icon>
<div mat-line>
{{ t('wallets.integrityKey') }}
{{ t('wallets.integrityWallet') }}
<ion-icon
class="info-icon"
name="information-circle"
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
"integrityWallet": "Integrity Wallet",
"integrityWalletTooltip": "Wallet used for creating Signatures",
"viewOnBscScan": "View on BscScan",
"exportIntegrityKey": "Export Integrity Key",
"exportIntegrityKey": "Export Integrity Wallet",
"transfer": "Transfer",
"withdraw": "Withdraw",
"deposit": "Deposit",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
"andIntegrityWallet": "之間移動 NUM",
"requestSent": "請求已送出",
"viewOnBscScan": "在 BscScan 上查看",
"exportIntegrityKey": "匯出完整性金鑰",
"exportIntegrityKey": "匯出完整性錢包",
"gasFee": "油費",
"pending": "待計算",
"total": "總額",
Expand Down

0 comments on commit 992e95f

Please sign in to comment.