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:
parent
6612d64166
commit
b959928b73
@ -391,7 +391,9 @@ const AccountSend = (props: Props) => {
|
||||
|
||||
<InputRow>
|
||||
<FeeLabelWrapper>
|
||||
<FeeLabel>Fee</FeeLabel>
|
||||
<FeeLabel>
|
||||
<FormattedMessage {...l10nSendMessages.TR_FEE} />
|
||||
</FeeLabel>
|
||||
{gasPriceNeedsUpdate && (
|
||||
<UpdateFeeWrapper>
|
||||
<Icon
|
||||
|
Loading…
Reference in New Issue
Block a user