lbc remove file
This commit is contained in:
parent
4fc6b89975
commit
6ec95647e7
1 changed files with 1 additions and 3 deletions
|
@ -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>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue