lbc remove file

This commit is contained in:
zeppi 2021-07-21 15:06:40 -04:00 committed by jessopb
parent 4fc6b89975
commit 6ec95647e7

View file

@ -60,9 +60,7 @@ function ModalRemoveFile(props: Props) {
<FormField
name="claim_abandon"
label={
<I18nMessage
tokens={{ lbc: <LbcSymbol prefix={__('reclaim %amount%', { amount: claim && claim.amount })} /> }}
>
<I18nMessage tokens={{ lbc: <LbcSymbol postfix={claim.amount} /> }}>
Remove from blockchain (%lbc%)
</I18nMessage>
}