diff --git a/app/package.json b/app/package.json index 72ab55caf9..0d8676bb86 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "lisk-desktop", - "version": "2.0.0", + "version": "2.0.1", "productName": "Lisk", "description": "Lisk", "main": "./build/main.js", diff --git a/i18n/locales/en/common.json b/i18n/locales/en/common.json index 0c7bf035c5..21fc036bed 100644 --- a/i18n/locales/en/common.json +++ b/i18n/locales/en/common.json @@ -203,12 +203,12 @@ "If you’re not sure how to do this please follow the": "If you’re not sure how to do this please follow the", "In order to see your recent transactions you need to sign in.": "In order to see your recent transactions you need to sign in.", "In order to use this feature you need to sign in to your Lisk account.": "In order to use this feature you need to sign in to your Lisk account.", - "Increase or decrease your vote amount, or remove your vote from this delegate. Your updated vote will added to the voting queue.": "Increase or decrease your vote amount, or remove your vote from this delegate. Your updated vote will added to the voting queue.", + "Increase or decrease your vote amount, or remove your vote from this delegate. Your updated vote will be added to the voting queue.": "Increase or decrease your vote amount, or remove your vote from this delegate. Your updated vote will be added to the voting queue.", "Initialize": "Initialize", "Initialize your account": "Initialize your account", "Input transaction data": "Input transaction data", "Input view": "Input view", - "Insert a vote amount for this delegate. Your new vote will added to the voting queue.": "Insert a vote amount for this delegate. Your new vote will added to the voting queue.", + "Insert a vote amount for this delegate. Your new vote will be added to the voting queue.": "Insert a vote amount for this delegate. Your new vote will be added to the voting queue.", "Insert entire signed message": "Insert entire signed message", "Insert label": "Insert label", "Insert message": "Insert message", @@ -253,7 +253,6 @@ "Lisk {{version}} is here!": "Lisk {{version}} is here!", "Load more": "Load more", "Loading": "Loading", - "Locale": "Locale", "Locked balance details": "Locked balance details", "Looking for a device...": "Looking for a device...", "Low": "Low", diff --git a/package-lock.json b/package-lock.json index 56aa7eb104..815f9156e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Lisk", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "Lisk", - "version": "2.0.0", + "version": "2.0.1", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/package.json b/package.json index 1007c10150..127d6a0d56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Lisk", - "version": "2.0.0", + "version": "2.0.1", "author": "Lisk Foundation , lightcurve GmbH ", "license": "GPL-3.0", "productName": "Lisk", diff --git a/src/components/screens/editVote/index.js b/src/components/screens/editVote/index.js index 8eb6733d5c..1d230541b1 100644 --- a/src/components/screens/editVote/index.js +++ b/src/components/screens/editVote/index.js @@ -21,11 +21,11 @@ import styles from './editVote.css'; const getTitles = t => ({ edit: { title: t('Edit vote'), - description: t('Increase or decrease your vote amount, or remove your vote from this delegate. Your updated vote will added to the voting queue.'), + description: t('Increase or decrease your vote amount, or remove your vote from this delegate. Your updated vote will be added to the voting queue.'), }, add: { title: t('Add vote'), - description: t('Insert a vote amount for this delegate. Your new vote will added to the voting queue.'), + description: t('Insert a vote amount for this delegate. Your new vote will be added to the voting queue.'), }, }); diff --git a/src/components/screens/send/form/formBtc.js b/src/components/screens/send/form/formBtc.js index bfab0a9ae5..3e8d32db12 100644 --- a/src/components/screens/send/form/formBtc.js +++ b/src/components/screens/send/form/formBtc.js @@ -16,7 +16,7 @@ const FormBtc = (props) => { const [ selectedPriority, selectTransactionPriority, priorityOptions, ] = useTransactionPriority(token); - const [amount, setAmountField] = useAmountField(getInitialValue('amount'), token); + const [amount, setAmountField] = useAmountField(getInitialValue('amount'), account.summary?.balance ?? 0, token); const [recipient, setRecipientField] = useRecipientField(getInitialValue('recipient')); const { fee, maxAmount, minFee } = useTransactionFeeCalculation({ selectedPriority, diff --git a/src/components/screens/settings/settings.js b/src/components/screens/settings/settings.js index f3befe1281..3ebeeaa9ad 100644 --- a/src/components/screens/settings/settings.js +++ b/src/components/screens/settings/settings.js @@ -1,6 +1,5 @@ import React from 'react'; import { toast } from 'react-toastify'; -import { isEmpty } from '@utils/helpers'; import Piwik from '@utils/piwik'; import { externalLinks, settings as settingsConst } from '@constants'; import Box from '@toolbox/box'; @@ -78,9 +77,8 @@ class Settings extends React.Component {
-

{t('Locale')}

+

{t('Currency')}

- {t('Currency')}