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
|
<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>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue