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 <FormField
name="claim_abandon" name="claim_abandon"
label={ label={
<I18nMessage <I18nMessage tokens={{ lbc: <LbcSymbol postfix={claim.amount} /> }}>
tokens={{ lbc: <LbcSymbol prefix={__('reclaim %amount%', { amount: claim && claim.amount })} /> }}
>
Remove from blockchain (%lbc%) Remove from blockchain (%lbc%)
</I18nMessage> </I18nMessage>
} }