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

replace Fee string with intl msg

This commit is contained in:
slowbackspace 2019-02-26 15:38:55 +01:00
parent 6612d64166
commit b959928b73

View File

@ -391,7 +391,9 @@ const AccountSend = (props: Props) => {
<InputRow>
<FeeLabelWrapper>
<FeeLabel>Fee</FeeLabel>
<FeeLabel>
<FormattedMessage {...l10nSendMessages.TR_FEE} />
</FeeLabel>
{gasPriceNeedsUpdate && (
<UpdateFeeWrapper>
<Icon