1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 10:48:22 +00:00

Merge pull request #553 from trezor/fix/l10n

Fix/l10n
This commit is contained in:
Vladimir Volek 2019-05-15 15:42:53 +02:00 committed by GitHub
commit cbbab189b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -313,7 +313,7 @@ const amountValidation = ($state: State): PayloadAction<State> => (
state.errors.amount = {
...l10nMessages.TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING,
values: {
reservedAmount: state.minAmount,
minimalAmount: state.minAmount,
networkSymbol: state.networkSymbol,
},
};

View File

@ -37,8 +37,6 @@ const StyledQRCode = styled(QRCode)`
`;
const ShowAddressButton = styled(Button)`
min-width: 195px;
padding: 0;
white-space: nowrap;
display: flex;
height: 40px;