replace Fee string with intl msg

pull/402/head^2
slowbackspace 5 years ago
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…
Cancel
Save