Skip to content

Commit

Permalink
Merge pull request #3536 from LiskHQ/3535-fix-remaining-bugs
Browse files Browse the repository at this point in the history
Visual issues detected in 2.0.0-alpha.7 - Closes #3535
  • Loading branch information
reyraa authored May 21, 2021
2 parents 89c7d3a + 2614bf2 commit 28f5c66
Show file tree
Hide file tree
Showing 98 changed files with 5,352 additions and 6,238 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-desktop",
"version": "2.0.0-alpha.7",
"version": "2.0.0-beta.3",
"productName": "Lisk",
"description": "Lisk",
"main": "./build/main.js",
Expand Down
7 changes: 5 additions & 2 deletions i18n/locales/en/common.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
" - Confirm transaction on your {{deviceModel}}": " - Confirm transaction on your {{deviceModel}}",
" LSK": " LSK",
" is out. ": " is out. ",
" to deposit LSK.": " to deposit LSK.",
"\"{{username}}\" is already taken.": "\"{{username}}\" is already taken.",
Expand Down Expand Up @@ -61,7 +60,9 @@
"Bitcoin transactions are made with some delay that depends on two parameters: the fee and the bitcoin network’s congestion. The higher the fee, the higher the processing speed.": "Bitcoin transactions are made with some delay that depends on two parameters: the fee and the bitcoin network’s congestion. The higher the fee, the higher the processing speed.",
"Block": "Block",
"Block ID": "Block ID",
"Block Id": "Block Id",
"Block details": "Block details",
"Block height": "Block height",
"Blocks": "Blocks",
"Blocks forged": "Blocks forged",
"Blocks overview": "Blocks overview",
Expand Down Expand Up @@ -330,6 +331,7 @@
"Please sign in": "Please sign in",
"Please use ": "Please use ",
"Please use the last not-initialized account before creating a new one!": "Please use the last not-initialized account before creating a new one!",
"Port": "Port",
"Previous": "Previous",
"Print it on paper and store it in a safe place": "Print it on paper and store it in a safe place",
"Priority": "Priority",
Expand Down Expand Up @@ -375,6 +377,7 @@
"Reward": "Reward",
"Round": "Round",
"Round state": "Round state",
"Round state:": "Round state:",
"Round status": "Round status",
"Sanctioned": "Sanctioned",
"Save": "Save",
Expand Down Expand Up @@ -453,6 +456,7 @@
"This avatar will then be linked to your new Lisk address": "This avatar will then be linked to your new Lisk address",
"This delegate will be punished in upcoming rounds": "This delegate will be punished in upcoming rounds",
"This helps to keep the network fair, open and honest.": "This helps to keep the network fair, open and honest.",
"This is a legacy account and can not be used on this network.": "This is a legacy account and can not be used on this network.",
"This is not a valid public key. Please enter the correct public key.": "This is not a valid public key. Please enter the correct public key.",
"To": "To",
"To recover, you can try to reload the page, by clicking the button below. If the problem persists, report the error via email.": "To recover, you can try to reload the page, by clicking the button below. If the problem persists, report the error via email.",
Expand Down Expand Up @@ -512,7 +516,6 @@
"Voting Confirmation": "Voting Confirmation",
"Voting Queue": "Voting Queue",
"Voting Summary": "Voting Summary",
"WS": "WS",
"Wallet": "Wallet",
"Wallet address": "Wallet address",
"Wallet address:": "Wallet address:",
Expand Down
Loading

0 comments on commit 28f5c66

Please sign in to comment.