Skip to content

Commit

Permalink
Update app name (#1984)
Browse files Browse the repository at this point in the history
* name app with IoTeX Desktop Wallet

* name app with IoTeX Desktop Wallet

* name app with IoTeX Desktop Wallet

* update
  • Loading branch information
chen-yijiang authored Nov 9, 2022
1 parent 21ce4f5 commit 8de5b11
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iotex-desktop-wallet",
"version": "1.0.24",
"version": "1.0.26",
"description": "IoTeX Desktop Wallet",
"main": "dist/app/main.js",
"scripts": {
Expand All @@ -18,6 +18,7 @@
"url": "[email protected]:iotexproject/iotex-explorer.git"
},
"build": {
"productName": "IoTeX Desktop Wallet",
"appId": "io.iotex.wallet",
"asar": true,
"files": [
Expand Down
2 changes: 1 addition & 1 deletion translations/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ new-wallet.warn.backup: 'Erstelle dir ein Backup!'
topbar.wallet: Wallet
topbar.wallet.web: 'Web Wallet'
topbar.wallet.ioPayMobile: 'ioPay Mobiltelefon'
topbar.wallet.ioPayDesktop: 'ioPay Desktop'
topbar.wallet.ioPayDesktop: 'IoTeX Desktop Wallet'
render.key.actionFee: Gebühr
block.show_more: 'Mehr anzeigen'
block.show_less: 'Weniger anzeigen'
Expand Down
4 changes: 2 additions & 2 deletions translations/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ topbar.voting: VOTING
topbar.wallet: WALLET
topbar.wallet.web: 'Web Wallet'
topbar.wallet.ioPayMobile: 'ioPay Mobile'
topbar.wallet.ioPayDesktop: 'ioPay Desktop'
topbar.wallet.ioPayDesktop: 'IoTeX Desktop Wallet'
topbar.xrc20Transfer: XRC20 TOKEN TRANSFERS
topbar.xrc721Transfer: XRC721 TOKEN TRANSFERS
topbar.tokens: XRC20 TOKENS
Expand Down Expand Up @@ -605,7 +605,7 @@ wallet.write.contract.p1: 'You are about to'
wallet.write.contract.p2: 'It will be deployed on the following network'
wallet.write.contract.p3: 'Amount to send. In most cases you should leave it as 0.'
wallet.write.contract.title: Warining
wallet.desktop.app: 'ioPay Desktop v${appVersion}'
wallet.desktop.app: 'IoTeX Desktop Wallet v${appVersion}'
wallet.desktop.appVersion: 'Version: ${appVersion}'
wallet.send-receive.title: 'Send and Receive IOTX'
ok: OK
Expand Down

0 comments on commit 8de5b11

Please sign in to comment.