diff --git a/src/actions/ripple/SendFormValidationActions.js b/src/actions/ripple/SendFormValidationActions.js index cf400427..551be702 100644 --- a/src/actions/ripple/SendFormValidationActions.js +++ b/src/actions/ripple/SendFormValidationActions.js @@ -313,7 +313,7 @@ const amountValidation = ($state: State): PayloadAction => ( state.errors.amount = { ...l10nMessages.TR_AMOUNT_IS_TOO_LOW_MINIMUM_AMOUNT_FOR_CREATING, values: { - reservedAmount: state.minAmount, + minimalAmount: state.minAmount, networkSymbol: state.networkSymbol, }, }; diff --git a/src/views/Wallet/views/Account/Receive/ripple/index.js b/src/views/Wallet/views/Account/Receive/ripple/index.js index 88cc9d7c..964ea25a 100644 --- a/src/views/Wallet/views/Account/Receive/ripple/index.js +++ b/src/views/Wallet/views/Account/Receive/ripple/index.js @@ -37,8 +37,6 @@ const StyledQRCode = styled(QRCode)` `; const ShowAddressButton = styled(Button)` - min-width: 195px; - padding: 0; white-space: nowrap; display: flex; height: 40px;